Sha256: 1c59d7befe2cf767b7e356fb0c3f9b870ad72fbcc65b7923c9884ee28e403e40

Contents?: true

Size: 619 Bytes

Versions: 7

Compression:

Stored size: 619 Bytes

Contents

<header>
  <%= link_to logo, root_path %>
  <nav class="round">
    <ul>
      <li><%= link_to "Home", root_path %></li>
      <% if signed_in? %>
        <li><%= link_to "Profile", user_path(current_user) %></li>
        <li><%= link_to "Users", users_path %></li>
        <li><%= link_to "Settings", edit_user_registration_path(current_user.id) %></li>
      <% end %>
      <li><%= link_to "Help", help_path %></li>
      <% if signed_in? %>
        <li><%= link_to "Sign out", signout_path %></li>
      <% else %>
        <li><%= link_to "Sign in", signin_path %></li>
      <% end %>
    </ul>
  </nav>
</header>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
tft_rails_dbc-0.1.3 lib/generators/chapter08_09/solutions/templates/app/views/layouts/_header.html.erb
tft_rails_dbc-0.1.1 lib/generators/chapter08_09/solutions/templates/app/views/layouts/_header.html.erb
tft_rails_dbc-0.1 lib/generators/chapter08_09/solutions/templates/app/views/layouts/_header.html.erb
tft_rails-0.6.2 lib/generators/chapter08_09/solutions/templates/app/views/layouts/_header.html.erb
tft_rails-0.6.1 lib/generators/chapter08_09/solutions/templates/app/views/layouts/_header.html.erb
tft_rails-0.6.0 lib/generators/chapter08_09/solutions/templates/app/views/layouts/_header.html.erb
tft_rails-0.5.1 lib/generators/chapter08_09/solutions/templates/app/views/layouts/_header.html.erb