again small fix
This commit is contained in:
parent
93df21ea00
commit
b477d5469d
|
@ -24,9 +24,9 @@
|
|||
<td>
|
||||
<div style="position:relative;">
|
||||
<% if site.site_logs.where(:archive.ne => true).count > 0 %>
|
||||
<a data-toggle="modal" href="/admin/customization_logs/<%= site.id.to_s %>/get_log" data-target="#logModal" class="btn view_log_btn">View Log</a>
|
||||
<a data-toggle="modal" href="/admin/customization_logs/<%= site.id.to_s %>/get_log" data-target="#logModal" class="btn btn-small view_log_btn">View Log</a>
|
||||
<% end %>
|
||||
<a href="<%= new_admin_customization_log_path(:id => site.id) %>" class="btn btn-primary">Add Log</a>
|
||||
<a href="<%= new_admin_customization_log_path(:id => site.id) %>" class="btn btn-small btn-primary">Add Log</a>
|
||||
<div class="line" style="position:absolute; top:0; right:0; bottom:0; width:5px; background-color:<%= site.active? ? "green" : "red" %>;"></div>
|
||||
</div>
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue