Sha256: 40004769215b3f286ca080d44455b780f9db69609f526f2d185b44db93323b8d

Contents?: true

Size: 882 Bytes

Versions: 7

Compression:

Stored size: 882 Bytes

Contents

<div class="modal-header">
  <h4 class="modal-title"><%= title %></h4>
  <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
</div>

<div class="modal-flash">
  <%= render "trestle/flash/flash" %>
</div>

<div class="modal-tabs">
  <%= render "tabs" %>
</div>

<div class="modal-body">
  <%= yield %>

  <% if content_for?(:sidebar) %>
    <div id="tab-sidebar" class="tab-pane" role="tabpanel">
      <%= content_for(:sidebar) %>
    </div>
  <% end %>
</div>

<div class="modal-footer">
  <div class="btn-toolbar secondary-toolbar" role="toolbar">
    <%= render_toolbar(toolbar(:secondary)) %>
    <%= deprecated_toolbar(:secondary) %>
  </div>

  <div class="btn-toolbar primary-toolbar" role="toolbar">
    <%= render_toolbar(toolbar(:primary)) %>
    <%= deprecated_toolbar(:primary) %>
  </div>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
trestle-0.9.8 app/views/trestle/application/_dialog.html.erb
trestle-0.9.7 app/views/trestle/application/_dialog.html.erb
trestle-0.9.6 app/views/trestle/application/_dialog.html.erb
trestle-0.9.5 app/views/trestle/application/_dialog.html.erb
trestle-0.9.4 app/views/trestle/application/_dialog.html.erb
trestle-0.9.3 app/views/trestle/application/_dialog.html.erb
trestle-0.9.2 app/views/trestle/application/_dialog.html.erb