Skip to content

Commit

Permalink
Merged with johnmunsch: 'Corrected the code which still refers to the…
Browse files Browse the repository at this point in the history
… old method name abbr_tag_with_IP'
  • Loading branch information
Philip (flip) Kromer committed Aug 19, 2008
2 parents d73fbe6 + 6d397cf commit fcc9362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/authenticated/templates/_model_partial.html.erb
Expand Up @@ -2,7 +2,7 @@
<div id="<%= file_name %>-bar-greeting">Logged in as <%%= link_to_current_<%= file_name %> :content_method => :login %></div>
<div id="<%= file_name %>-bar-action" >(<%%= link_to "Log out", logout_path, { :title => "Log out" } %>)</div>
<%% else -%>
<div id="<%= file_name %>-bar-greeting"><%%= abbr_tag_with_IP 'Not logged in', :style => 'border: none;' %></div>
<div id="<%= file_name %>-bar-greeting"><%%= link_to_login_with_IP 'Not logged in', :style => 'border: none;' %></div>
<div id="<%= file_name %>-bar-action" ><%%= link_to "Log in", login_path, { :title => "Log in" } %> /
<%%= link_to "Sign up", signup_path, { :title => "Create an account" } %></div>
<%% end -%>

0 comments on commit fcc9362

Please sign in to comment.