Sha256: f66b6d48ca777f40457588ff983f09a079ce533e53a455a8cdede18cce0f6fdd

Contents?: true

Size: 605 Bytes

Versions: 4

Compression:

Stored size: 605 Bytes

Contents

<div class="modal fade" id="modalFeedbackForm" tabindex="-1" role="dialog" aria-labelledby="modalFeedbackLabel">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <h4 class="modal-title" id="modalFeedbackLabel">Feedback</h4>
        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
          <span aria-hidden="true">&times;</span>
        </button>
      </div>
      <% @remark = BootstrapFeedbacker::Remark.new %>
      <%= render partial: 'bootstrap_feedbacker/remarks/form' %>
    </div>
  </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bootstrap_feedbacker-0.4.3 app/views/bootstrap_feedbacker/remarks/_modal.html.erb
bootstrap_feedbacker-0.4.2 app/views/bootstrap_feedbacker/remarks/_modal.html.erb
bootstrap_feedbacker-0.4.1 app/views/bootstrap_feedbacker/remarks/_modal.html.erb
bootstrap_feedbacker-0.4.0 app/views/bootstrap_feedbacker/remarks/_modal.html.erb