Sha256: fb985de7819b7c0a82e39858bb7d3fa26aea03bceb56753b844690cd81200c64

Contents?: true

Size: 996 Bytes

Versions: 1

Compression:

Stored size: 996 Bytes

Contents

<%= stylesheet_link_tag    "hist/application", media: "all" %>
<%= javascript_include_tag "hist/application" %>

<div class="modal-dialog" id="hist_modal_container" tabindex="-1" aria-labelledby="modalLabel-hist_modal_container" aria-hidden="true">
  <div class="modal-content">
    <div class="modal-header">
      <button type="button" class="close" data-dismiss="modal">
        <span aria-hidden="true">&times;</span>
        <span class="sr-only">Close</span>
      </button>
      <div class="hist-title-left">
        <h4 class="modal-title"><%= @left_title %></h4>
      </div>
      <div class="hist-title-right">
        <h4 class="modal-title"><%= @right_title %></h4>
      </div>

    </div>
    <div class="modal-body">
      <div id="histAceDiff">

      </div>
    </div>
    <div style="clear:both;"></div>
    <div class="modal-footer">
      <div class="pull-left"><button type="button" class="btn btn-link" data-dismiss="modal">Close</button></div>
    </div>
  </div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hist-0.2.0 app/views/hist/_modal_popup.html.erb