mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Show locale and link to language files
This commit is contained in:
parent
9f9310dcfb
commit
a44d1763a3
1 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,10 @@
|
|||
<p id="serverUtcTime" class="navbar-text server-utc-time"><%= server_utc_time %></p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="navbar-text"><a style="color: gray;" href="https://github.com/mperham/sidekiq/wiki">docs</a></p>
|
||||
<p class="navbar-text"><a rel=help href="https://github.com/mperham/sidekiq/wiki">docs</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="navbar-text"><a rel=external href="https://github.com/mperham/sidekiq/tree/main/web/locales"><%= locale %></a></p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue