2012-05-21 10:20:39 +00:00
|
|
|
<% content_for :side_bar do %>
|
|
|
|
<%= render 'admin/sites/side_bar' %>
|
|
|
|
<% end %>
|
|
|
|
|
2012-08-13 16:59:01 +00:00
|
|
|
<%= render 'filter' %>
|
|
|
|
<table class="table main-list">
|
|
|
|
<%= render 'designs' %>
|
|
|
|
</table>
|
2012-04-29 16:17:18 +00:00
|
|
|
|
|
|
|
<div class="form-actions form-fixed pagination-right">
|
2012-08-15 17:09:45 +00:00
|
|
|
<%= link_to content_tag(:i, nil, :class => 'icon-plus icon-white') + t('admin.add'), new_admin_design_path, :class => 'btn btn-primary pull-right' %>
|
2011-12-23 10:02:45 +00:00
|
|
|
</div>
|