Sha256: 77c456e79b5e30d16c337ebbe5e707b377ca5c607b20eccf317cacf86f751bf4
Contents?: true
Size: 711 Bytes
Versions: 9
Compression:
Stored size: 711 Bytes
Contents
<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/#{@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 == "sidetiq/#{@worker.name}/history" ? ' active' : nil %>"> <i class="icon-chevron-right"></i> Job History </a> </div> </div>
Version data entries
9 entries across 9 versions & 1 rubygems