Fix up sidebar links

This commit is contained in:
uu59 2014-06-27 13:55:29 +09:00
parent 8057c00e45
commit d5b3b1fcfa

View File

@ -5,14 +5,11 @@
<li>
<%= link_to_other icon("fa-puzzle-piece fa-fw") << " fluentd", fluentd_path %>
<ul class="nav nav-second-level">
<li>
<%= link_to_other t('fluentd.common.log'), log_fluentd_path %>
</li>
<li>
<%= link_to_other t('fluentd.common.setting'), fluentd_setting_path %>
</li>
<li>
<%= link_to_other t('tutorials.index.page_title'), tutorials_path %>
<%= link_to_other t('fluentd.common.log'), log_fluentd_path %>
</li>
</ul>
</li>
@ -40,6 +37,9 @@
<li>
<%= link_to_other t('users.show.page_title'), user_path %>
</li>
<li>
<%= link_to_other t('tutorials.index.page_title'), tutorials_path %>
</li>
</ul>
<!-- /.nav-second-level -->
</li>