Sha256: 3a28ca238f3e2df9ab8a7d2f771949ae221052075c287e192d9527e090b76c11

Contents?: true

Size: 321 Bytes

Versions: 7

Compression:

Stored size: 321 Bytes

Contents

<header>
  <% logo = image_tag("logo.png", :alt => "Sample App", :class => "round") %>
  <%= link_to logo, root_path %>
  <nav class="round">
    <ul>
      <li><%= link_to "Home", root_path %></li>
      <li><%= link_to "Help", help_path %></li>
      <li><%= link_to "Sign in", '#' %></li>
    </ul>
  </nav>
</header>

Version data entries

7 entries across 7 versions & 2 rubygems

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