lib/generators/leolay/templates/styles/active/views/layout/_session.html.erb in active_leonardo-0.0.6.beta1 vs lib/generators/leolay/templates/styles/active/views/layout/_session.html.erb in active_leonardo-0.0.6.beta2
- old
+ new
@@ -1,10 +1,10 @@
<div id="session">
<%- if user_signed_in? -%>
<%= t("authentication.signed_in_as") %> <strong><%= current_user.email || "Guest" %></strong>. <%= t("authentication.not_you") %>
<%= link_to t("authentication.sign_out"), destroy_user_session_path, :method => :delete %>
<%- else -%>
- <%= link_to t("authentication.sign_up"), new_user_registration_path %> -
+ <%#= link_to t("authentication.sign_up"), new_user_registration_path %> -
<%= link_to t("authentication.sign_in"), new_user_session_path %>
<%- end -%>
</div>
<div class="clear"></div>
\ No newline at end of file