1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00
endofunky--sidetiq/lib/sidetiq/views/_home_nav.erb
2013-10-07 13:24:21 +02:00

12 lines
427 B
Text

<div class="col-md-3">
<div class="list-group">
<a href="<%= root_path %>sidetiq" class="list-group-item<%= current_path == 'sidetiq' ? ' active' : nil %>">
<i class="icon-chevron-right"></i>
Home
</a>
<a href="<%= root_path %>sidetiq/locks" class="list-group-item<%= current_path == 'sidetiq/locks' ? ' active' : nil %>">
<i class="icon-chevron-right"></i>
Locks
</a>
</div>
</div>