mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Removed unnecessary spl's...
... from community page
This commit is contained in:
parent
c350f457a2
commit
fb63b0b240
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue