2012-05-21 10:20:39 +00:00
|
|
|
<% content_for :side_bar do %>
|
|
|
|
<%= render 'admin/sites/side_bar' %>
|
|
|
|
<% end %>
|
|
|
|
|
2012-05-05 13:20:20 +00:00
|
|
|
<%= form_for :news_bulletins, :url => delete_admin_designs_path(:direction => params[:direction], :sort => params[:sort], :sort_options => params[:sort_options]), :html => {:id => 'delete_all'}, :remote => true do %>
|
|
|
|
<%= render 'filter' %>
|
|
|
|
<table class="table main-list">
|
|
|
|
<%= render 'designs' %>
|
|
|
|
</table>
|
|
|
|
<% end %>
|
2012-04-29 16:17:18 +00:00
|
|
|
|
|
|
|
<div class="form-actions form-fixed pagination-right">
|
2012-02-13 05:02:52 +00:00
|
|
|
<%= link_to content_tag(:i, nil, :class => 'icon-plus icon-white') + t('admin.add'), new_admin_design_path, :class => 'btn btn-primary' %>
|
2011-12-23 10:02:45 +00:00
|
|
|
</div>
|