Sha256: 5b150c42b2e2e3338bfa2c30f897e5d232facb19abbcdd26e540f444233ab282

Contents?: true

Size: 331 Bytes

Versions: 2

Compression:

Stored size: 331 Bytes

Contents

<div id="toplinks">
  <% if user_signed_in? %>
    <%= t('.signed_in_as', :user => current_user.email) %>.
    <%= link_to t('.sign_out'), destroy_user_session_path %> 
  <% else %> 
    <%= link_to t('.sign_up'), new_user_registration_path %> <%= t('.or') %> <%= link_to t('.sign_in'), new_user_session_path %> 
  <% end %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
merrycms-0.1.1 app/views/shared/_toplinks.html.erb
merrycms-0.1.0 app/views/shared/_toplinks.html.erb