Skip to content

Commit

Permalink
Merge branch 'master' of github.com:radiant/radiant
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Jun 1, 2011
2 parents 5650b78 + 3db4869 commit 1f407a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.haml
Expand Up @@ -29,7 +29,7 @@
%li{:class=>('current ' if current_tab?(tab)).to_s}
= link_to translate_with_default(tab.name), (tab.first.relative_url if tab.first)
#toolbar
- if @current_tab.size > 1
- if @current_tab and @current_tab.size > 1
%ul#secondary_navigation
- @current_tab.each do |sub_item|
- if sub_item.visible?(current_user)
Expand Down

0 comments on commit 1f407a2

Please sign in to comment.