frontend app page

This commit is contained in:
thomaschen 2013-08-22 17:08:56 +08:00 committed by chris
parent 6dcebe0d31
commit 1086037b2b
4 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<div class="row">
<div class="span8 offset1">
<table class="table table-striped" align ="center">
<table class="table" align ="center">
<tr>
<td ><%= t :category, :scope => :dictionary %></td>
<td><%= @vocab.dictionary_vocab_category.key %></td>

View File

@ -13,9 +13,11 @@ en:
en:
dictionary:
frontend:
dictionary: Dictionary Frontend
dictionary: Dictionary
category: Category
word: Word
definition: Definition
time: Created time
ago: ago
ago: ago

View File

@ -17,6 +17,8 @@ zh_tw:
zh_tw:
dictionary:
frontend:
dictionary: 字典前台
dictionary: 字彙辭典
category: 類別
word: 字彙

View File

@ -12,8 +12,8 @@ module Dictionary
update_info 'some update_info'
front_end do
app_page 'archive_files' do
frontend_i18n "archive.frontend.archive"
app_page 'dictionary_vocabs' do
frontend_i18n "dictionary.frontend.dictionary"
end
end