From fb63b0b240a0f11f80c2764dbcc3a83003568907 Mon Sep 17 00:00:00 2001 From: Imperadeiro98 Date: Thu, 23 Apr 2015 20:47:09 +0100 Subject: [PATCH] Removed unnecessary spl's... ... from community page --- app/templates/community-view.jade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/community-view.jade b/app/templates/community-view.jade index 21511f6bc..b13039bc2 100644 --- a/app/templates/community-view.jade +++ b/app/templates/community-view.jade @@ -12,7 +12,7 @@ block content a(href="/editor/level") img(src="/images/pages/community/level.png") h2 - a.spl(href="/editor/level", data-i18n="editor.level_title") + a(href="/editor/level", data-i18n="editor.level_title") p span.spr(data-i18n="community.level_editor_prefix") Use the CodeCombat a(href="/editor/level", data-i18n="editor.level_title") @@ -22,7 +22,7 @@ block content a(href="/editor/thang") img(src="/images/pages/community/thang.png") h2 - a.spl(href="/editor/thang", data-i18n="editor.thang_title") + a(href="/editor/thang", data-i18n="editor.thang_title") p span.spr(data-i18n="community.thang_editor_prefix") We call units within the game 'thangs'. Use the a(href="/editor/thang", data-i18n="editor.thang_title") @@ -32,7 +32,7 @@ block content a(href="/editor/article") img(src="/images/pages/community/article.png") h2 - a.spl(href="/editor/article", data-i18n="editor.article_title") + a(href="/editor/article", data-i18n="editor.article_title") p span.spr(data-i18n="community.article_editor_prefix") See a mistake in some of our docs? Want to make some instructions for your own creations? Check out the a(href="/editor/article", data-i18n="editor.article_title")