lib/sidetiq/views/_worker_nav.erb in sidetiq-0.4.2 vs lib/sidetiq/views/_worker_nav.erb in sidetiq-0.4.3

- old
+ new

@@ -1,15 +1,15 @@ <div class="col-md-3"> - <div class="list-group sidetiq-sidenav"> + <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/#{@worker.name}/schedule" class="list-group-item<%= current_path == "sidetiq/#{@worker.name}/schedule" ? ' active' : nil %>"> + <a href="<%= "#{root_path}sidetiq/#{@worker.name}/schedule" %>" class="list-group-item<%= current_path == "sidetiq/#{@worker.name}/schedule" ? ' active' : nil %>"> <i class="icon-chevron-right"></i> Job Schedule </a> - <a href="<%= root_path %>sidetiq/#{@worker.name}/history" class="list-group-item<%= current_path == "#{@worker.name}/history" ? ' active' : nil %>"> + <a href="<%= "#{root_path}sidetiq/#{@worker.name}/history" %>" class="list-group-item<%= current_path == "sidetiq/#{@worker.name}/history" ? ' active' : nil %>"> <i class="icon-chevron-right"></i> Job History </a> </div> </div>