Skip to content

Commit

Permalink
add admin menu link
Browse files Browse the repository at this point in the history
  • Loading branch information
doortts committed Aug 27, 2012
1 parent ee4e721 commit 474ed6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion locales/ko.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,8 @@
"Please, create new note.": "Please, create new note.",
"Page name": "페이지 이름",
"A": "A",
"B": "B"
"B": "B",
"greetings": "greetings",
"welcome greetings": "만나서 반갑습니다.",
"Admin": "관리"
}
1 change: 1 addition & 0 deletions views/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ html(lang="ko")
ul
li: a(href="/wikis/#{encodeURIComponent(wikiName)}/new")= __('New note')
li: a(href="/wikis/#{encodeURIComponent(wikiName)}/pages")= __('Note list')
li: a(href="/wikis/#{encodeURIComponent(wikiName)}/users")= __('Admin')
div.account
if user
span.author: a(href="#")= __('Welcome, %s', user.name)
Expand Down

0 comments on commit 474ed6e

Please sign in to comment.