Sha256: cfcdf67a876cee35362f0cca979324ea529de4c8c77a53097e79c23580573c9c

Contents?: true

Size: 1.78 KB

Versions: 16

Compression:

Stored size: 1.78 KB

Contents

<div id="div_blog_post_show">

  <div class="row">
    
    <!-- <div class="col-md-3 col-sm-12 col-xs-12" style="border-right:1px solid #f1f1f1;">
    	<%# if display_edit_links? %>
	  		<%#= edit_image(@feature, 
	          "feature_image.image.large.url",
	          upload_image_link(@feature, :feature_image, nil ),
	          remove_image_link(@feature, :feature_image, nil ),
	          image_options: {assoc_name: :feature_image }) %>
	    <%# else %>
	    	<%#= display_image(@user, "feature_image.image.large.url", class: "img-inline", alt: @feature.display_name) %>
	    <%# end %>
    </div> -->
    <div class="col-md-9 col-sm-12 col-xs-12" style="border-right:1px solid #f1f1f1;">
    		<%= theme_panel_heading(@feature.display_name) %>
      	<%= theme_panel_sub_heading(@feature.name, "#") %>
      	<%= clear_tag(10) %>
      	<div class="table-responsive mb-50"> 
					<table class="table table-striped table-condensed table-bordered"> 
						<tbody>
							<tr>
								<th>Categorisable</th><td><%= @feature.categorisable ? "Yes" : "No" %></td>
							</tr>
							<tr>
								<th>Created At</th><td><%= @feature.created_at.strftime("%m/%d/%Y - %H:%M:%S") if @feature.created_at %></td>
							</tr>
							<tr>
								<th>Updated At</th><td><%= @feature.updated_at.strftime("%m/%d/%Y - %H:%M:%S") if @feature.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(@feature) %>
      <%= display_publishable_buttons(@feature) %>
    </div>
    <% end %>
  </div>

  <%= clear_tag(30) %>
  <%= link_to "Close", "#", onclick: "closeGenericModal();", class: "btn btn-primary pull-right" %>
  <%= clear_tag(10) %>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
usman-0.3.33 app/views/usman/features/_show.html.erb
usman-0.3.32 app/views/usman/features/_show.html.erb
usman-0.3.31 app/views/usman/features/_show.html.erb
usman-0.3.30 app/views/usman/features/_show.html.erb
usman-0.3.29 app/views/usman/features/_show.html.erb
usman-0.3.28 app/views/usman/features/_show.html.erb
usman-0.3.27 app/views/usman/features/_show.html.erb
usman-0.3.26 app/views/usman/features/_show.html.erb
usman-0.3.25 app/views/usman/features/_show.html.erb
usman-0.3.24 app/views/usman/features/_show.html.erb
usman-0.3.23 app/views/usman/features/_show.html.erb
usman-0.3.22 app/views/usman/features/_show.html.erb
usman-0.3.21 app/views/usman/features/_show.html.erb
usman-0.3.20 app/views/usman/features/_show.html.erb
usman-0.3.19 app/views/usman/features/_show.html.erb
usman-0.3.18 app/views/usman/features/_show.html.erb