Sha256: 5b3ce4cd2cb3765421f013897d471c3ebcb6a1bbf151b758ddfa5cdc53bc93b3
Contents?: true
Size: 1.33 KB
Versions: 1
Compression:
Stored size: 1.33 KB
Contents
<%= provide(:page_title, t("model.Adminpanel::Gallery")) %> <div class="row-fluid"> <%= link_to( content_tag( :div, content_tag( :i, nil, :class => 'icon-plus-sign icon-2x' ) + content_tag( :span, t("gallery.new"), nil ), :class => "btn btn-box span2" ), new_gallery_path ) %> </div> <div class="row-fluid"> <div class="widget widget-padding span12"> <div class="widget-header"> <i class="icon-picture"></i> <h5><%= t("model.Adminpanel::Gallery") %></h5> </div> <div class="widget-body"> <div class="dataTables_wrapper form-inline"> <table class="table table-striped table-bordered dataTable"> <thead> <tr> <th><%= t("gallery.image") %></th> <th><%= t("gallery.position") %></th> <th><%= t("gallery.action") %></th> </tr> </thead> <tbody id = "galleries-content"> <%= render 'galleries_table', :galleries => @galleries %> </tbody> </table> <div class="row-fluid"> <div class="span6"></div> <div class="span6"></div> </div> </div> </div> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
adminpanel-0.1.1 | app/views/adminpanel/galleries/index.html.erb |