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

Version Path
dhatu-0.1.25 app/views/dhatu/section_types1/_show.html.erb
dhatu-0.1.24 app/views/dhatu/section_types1/_show.html.erb
dhatu-0.1.23 app/views/dhatu/section_types1/_show.html.erb
dhatu-0.1.22 app/views/dhatu/section_types1/_show.html.erb
dhatu-0.1.21 app/views/dhatu/section_types1/_show.html.erb
dhatu-0.1.20 app/views/dhatu/section_types1/_show.html.erb
dhatu-0.1.19 app/views/dhatu/section_types/_show.html.erb
dhatu-0.1.18 app/views/dhatu/section_types/_show.html.erb
dhatu-0.1.16 app/views/dhatu/section_types/_show.html.erb
dhatu-0.1.15 app/views/dhatu/section_types/_show.html.erb
dhatu-0.1.14 app/views/dhatu/section_types/_show.html.erb
dhatu-0.1.13 app/views/dhatu/section_types/_show.html.erb
dhatu-0.1.12 app/views/dhatu/section_types/_show.html.erb
dhatu-0.1.11 app/views/dhatu/section_types/_show.html.erb
dhatu-0.1.10 app/views/dhatu/section_types/_show.html.erb