Commit b113b9d9ae80eadc705256102287574ef2747fc9
1 parent
2ceb431c
Exists in
colab
and in
4 other branches
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 | 88 | <li class="nav-header">Tutorials</li> |
89 | 89 | <li><%= link_to 'Analysis', tutorials_path('analyzing') %></li> |
90 | 90 | <li><%= link_to 'Configuring', tutorials_path('configuring') %></li> |
91 | + <li><%= link_to 'Keywords', tutorials_path('keywords') %></li> | |
91 | 92 | <% if content_for?(:sidebar) %> |
92 | 93 | <%= yield :sidebar %> |
93 | 94 | <% else %> | ... | ... |