Move language menu to the bottom of sidebar from global header

This commit is contained in:
uu59 2014-07-22 14:06:57 +09:00
parent fd21086dfc
commit 9e1405d2bb
4 changed files with 15 additions and 13 deletions

View File

@ -37,17 +37,6 @@
<!-- /.navbar-header -->
<ul class="nav navbar-top-links navbar-right">
<li class="dropdown">
<a class="dropdown-toggle " data-toggle="dropdown" href="#">
<%= icon("fa-font") %>
<%= icon("fa-caret-down") %>
</a>
<ul class="nav dropdown-menu dropdown-alerts">
<%= language_menu %>
</ul>
<!-- /.dropdown-alerts -->
</li>
<!-- vue.js -->
<li class="dropdown" id="alert">
<a

View File

@ -20,6 +20,7 @@
</ul>
<% end %>
</li>
<li>
<a>
<%= icon("fa-cogs fa-fw") << t('terms.plugins') << icon('pull-right fa-caret-down') %>
@ -35,8 +36,8 @@
<%= link_to_other t("plugins.updated.page_title"), updated_plugins_path %>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a>
<%= icon('fa-coffee fa-fw') << t('terms.misc') << icon('pull-right fa-caret-down') %>
@ -52,6 +53,16 @@
<%= link_to_other t('tutorials.index.page_title'), tutorials_path %>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a>
<%= icon('fa-font') << t('terms.languages') << icon('pull-right fa-caret-down') %>
</a>
<ul class="nav nav-second-level">
<li>
<%= language_menu %>
</li>
</ul>
</li>
</ul>

View File

@ -44,6 +44,7 @@ en:
advanced_setting: Advanced Setting
notice_restart_for_config_edit: "NOTICE: fluentd will restart after update config"
lines: Lines
languages: Language
plugins:
notice_restart_for_config_edit: "NOTICE: fluentd will restart after update config"

View File

@ -44,6 +44,7 @@ ja:
advanced_setting: 高度な設定
notice_restart_for_config_edit: ※更新するとfluentdが再起動されます
lines:
languages: 言語
plugins:
notice_restart_for_config_edit: ※更新するとfluentdが再起動されます