finish pages i18n

This commit is contained in:
wvengen 2013-04-12 00:58:38 +02:00
parent 1a8c8537a4
commit 692c70d324
13 changed files with 144 additions and 86 deletions

View file

@ -1,8 +1,8 @@
%table.table.table-striped
%thead
%tr
%th Titel
%th Zuletzt aktualisiert
%th= t 'pages.title'
%th= t 'pages.last_updated'
- homepage = Page.find_by_permalink('Home')
- unless homepage.nil?
= render :partial => 'page_list_item', :locals => {:page => homepage, :level => 0, :siteMap => 1}