Minor change

This commit is contained in:
Eduard Urbach 2018-03-09 14:00:33 +01:00
parent 8a57178664
commit 1e63498fa3
2 changed files with 11 additions and 3 deletions

View File

@ -1,7 +1,12 @@
component Editor(url string, user *arn.User) component Editor(url string, user *arn.User)
EditorTabs(url) EditorTabs(url)
h1.page-title Editor Panel h1.mountable= "Welcome to the Editor Panel, " + user.Nick + "!"
p.text-center.mountable= "Welcome to the Editor Panel, " + user.Nick + "!"
.feature-cards
.feature-card.mountable
.feature-card-icon.editor-score 0
p.feature-card-text Your contribution score (wip).
component EditorTabs(url string) component EditorTabs(url string)
.tabs .tabs

View File

@ -3,3 +3,6 @@
.editor-list-entry-count .editor-list-entry-count
margin-top 0 margin-top 0
.editor-score
line-height 1em