Removed unnecessary spl's...

... from community page
This commit is contained in:
Imperadeiro98 2015-04-23 20:47:09 +01:00
parent c350f457a2
commit fb63b0b240

View file

@ -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")