Sha256: e27bd8af6756a7faded390a0a605576fd705f93ec9772daf87381e597101b126

Contents?: true

Size: 490 Bytes

Versions: 24

Compression:

Stored size: 490 Bytes

Contents

<%= content_for :content do %>
  <div class="detail-wrapper">
    <div class="data-controls">
      <%= yield :data_controls %>
    </div>
    <h2 class="detail-title">
      <% if @page_thumbnail %>
        <%= image_tag(@page_thumbnail, :class => 'app-thumbnail') %>
      <% end %>
      <%= @page_name %>
    </h2>
    <div class="details">
      <%= content_for?(:detail) ? yield(:detail) : yield %>
    </div>
  </div>
<% end %>
<%= render :template => 'layouts/admin/application' %>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
tb_core-1.5.4 app/views/layouts/admin/detail.html.erb
tb_core-1.5.3 app/views/layouts/admin/detail.html.erb
tb_core-1.5.2 app/views/layouts/admin/detail.html.erb
tb_core-1.5.1 app/views/layouts/admin/detail.html.erb
tb_core-1.4.3.1 app/views/layouts/admin/detail.html.erb
tb_core-1.5.0 app/views/layouts/admin/detail.html.erb
tb_core-1.4.8 app/views/layouts/admin/detail.html.erb
tb_core-1.4.7 app/views/layouts/admin/detail.html.erb
tb_core-1.4.6 app/views/layouts/admin/detail.html.erb
tb_core-1.4.5 app/views/layouts/admin/detail.html.erb
tb_core-1.4.4 app/views/layouts/admin/detail.html.erb
tb_core-1.4.3 app/views/layouts/admin/detail.html.erb
tb_core-1.4.2 app/views/layouts/admin/detail.html.erb
tb_core-1.4.1 app/views/layouts/admin/detail.html.erb
tb_core-1.4.0.1 app/views/layouts/admin/detail.html.erb
tb_core-1.4.beta2 app/views/layouts/admin/detail.html.erb
tb_core-1.4.beta1 app/views/layouts/admin/detail.html.erb
tb_core-1.3.10 app/views/layouts/admin/detail.html.erb
tb_core-1.3.9 app/views/layouts/admin/detail.html.erb
tb_core-1.3.7 app/views/layouts/admin/detail.html.erb