Sha256: f448d124ad4eceb9740ef48e2d13383c69d586857ab4380044f1614e46c962fa
Contents?: true
Size: 1.27 KB
Versions: 15
Compression:
Stored size: 1.27 KB
Contents
<div id="div_blog_post_show"> <div class="row"> <div class="col-md-9 col-sm-12 col-xs-12" style="border-right:1px solid #f1f1f1;"> <%= theme_panel_heading(@section_type.display_name) %> <%= theme_panel_sub_heading(@section_type.code, "#") %> <%= clear_tag(10) %> <div class="table-responsive mb-50"> <table class="table table-striped table-condensed table-bordered"> <tbody> <tr> <th>Name</th><td><%= @section_type.name %></td> </tr> <tr> <th>Code</th><td><%= @section_type.code %></td> </tr> <tr> <th>Created At</th><td><%= @section_type.created_at.strftime("%m/%d/%Y - %H:%M:%S") if @section_type.created_at %></td> </tr> <tr> <th>Updated At</th><td><%= @section_type.updated_at.strftime("%m/%d/%Y - %H:%M:%S") if @section_type.updated_at %></td> </tr> </tbody> </table> </div> <%= clear_tag(10) %> </div> <% if display_manage_links? %> <div class="col-md-3 col-sm-12 col-xs-12"> <%= display_manage_buttons(@section_type) %> </div> <% end %> </div> <%= clear_tag(30) %> <%= link_to "Close", "#", onclick: "closeGenericModal();", class: "btn btn-primary pull-right" %> <%= clear_tag(10) %> </div>
Version data entries
15 entries across 15 versions & 1 rubygems