mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-31 19:21:05 +02:00
Fix up sidebar links
This commit is contained in:
parent
8057c00e45
commit
d5b3b1fcfa
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user