Skip to content

Commit

Permalink
Plugins cannot be accessed anymore without choosing a page first. [#2…
Browse files Browse the repository at this point in the history
…3 state:resolved]
  • Loading branch information
mseppae committed Jul 16, 2008
1 parent 344d6cb commit efe305a
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -2,7 +2,9 @@
<% if Site.multi_sites_enabled %>
<li><%= site_select_tag %></li>
<% end %>
<li><%= link_to 'Plugins', admin_plugins_path(@site) %></li>
<% unless @site.nil? %>
<li><%= link_to 'Plugins', admin_plugins_path(@site) %></li>
<% end %>
<li><%= link_to 'Account', '#' %></li>
<li><%= link_to 'Logout', logout_path, :method => :delete %></li>
</ul>

0 comments on commit efe305a

Please sign in to comment.