Commit b113b9d9ae80eadc705256102287574ef2747fc9

Authored by Diego Camarinha
1 parent 2ceb431c

Put keywords page link on the tutorial section.

Signed off by: Heitor Reis <marcheing@gmail.com>
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/views/layouts/application.html.erb
@@ -88,6 +88,7 @@ @@ -88,6 +88,7 @@
88 <li class="nav-header">Tutorials</li> 88 <li class="nav-header">Tutorials</li>
89 <li><%= link_to 'Analysis', tutorials_path('analyzing') %></li> 89 <li><%= link_to 'Analysis', tutorials_path('analyzing') %></li>
90 <li><%= link_to 'Configuring', tutorials_path('configuring') %></li> 90 <li><%= link_to 'Configuring', tutorials_path('configuring') %></li>
  91 + <li><%= link_to 'Keywords', tutorials_path('keywords') %></li>
91 <% if content_for?(:sidebar) %> 92 <% if content_for?(:sidebar) %>
92 <%= yield :sidebar %> 93 <%= yield :sidebar %>
93 <% else %> 94 <% else %>