Sha256: 07f4a7ebe4bfa9858073b7df83e1a785edc461c3611f8ea642a23c0c46d68024

Contents?: true

Size: 219 Bytes

Versions: 4

Compression:

Stored size: 219 Bytes

Contents

<div class="user-nav">
  <% if current_user %>
    Welcome <%= current_user.name %>!
    <%= link_to "Sign Out", logout_path %>
  <% else %>
    <%= link_to "Sign in or sign up", login_path %>
  <% end %>
</div>
<br />

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
locomotive_sort_plugin-0.4.0 spec/dummy/app/views/home/index.html.erb
locomotive_sort_plugin-0.3.1 spec/dummy/app/views/home/index.html.erb
locomotive_page_redirect_plugin-0.1.1 spec/dummy/app/views/home/index.html.erb
locomotive_page_redirect_plugin-0.1.0 spec/dummy/app/views/home/index.html.erb