Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Local Romy
Browse files Browse the repository at this point in the history
  • Loading branch information
Romy committed Feb 21, 2011
1 parent 85e4709 commit a2e2f2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ module ApplicationHelper
def main_menu_items
menu_items = [ {:label => t(:blog), :url => root_path } ]
# menu_items << { :label => t(:blog), :url => blog_path('updated_at', 'desc') }
menu_items << { :label => t(:postings), :url => postings_path } if can?( :read, Posting )
menu_items << { :label => 'Episoden', :url => episodes_path } if can?( :read, Episode )
# menu_items << { :label => t(:postings), :url => postings_path } if can?( :read, Posting )
# menu_items << { :label => 'Episoden', :url => episodes_path } if can?( :read, Episode )
menu_items += [
{:label => t(:forms), :url => legal_notice_path},
# {:label => t(:forms), :url => legal_notice_path},
{:label => t(:about), :url => about_path }
]
menu_items
Expand Down
4 changes: 2 additions & 2 deletions app/views/authentications/_authentications.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<%= image_tag "google_64.png", :size => "64x64", :alt => "Google" %>
Google
</a>
-->
<a href="/auth/open_id" class="auth_provider">
<%= image_tag "openid_64.png", :size => "64x64", :alt => "OpenID" %>
OpenID
Expand All @@ -31,5 +31,5 @@
<%= image_tag "github_64.png", :size => "64x64", :alt => "Github" %>
Github
</a>

-->
<div class="clear"></div>
2 changes: 1 addition & 1 deletion config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ de:
title: 'Titel'
anonymous: 'Anonym'
ratings_count: 'Anzahl Bewertungen'
blog: 'Blog'
blog: 'Home'
list_by: 'Anzeigen nach'
list_by_author: 'Autor'
list_by_date: 'Datum'
Expand Down

0 comments on commit a2e2f2a

Please sign in to comment.