Sha256: 74477310ffc8d0b56938a38708f7013a26290c67879aa0d4eb8e19cc498414a0

Contents?: true

Size: 719 Bytes

Versions: 25

Compression:

Stored size: 719 Bytes

Contents

<!-- Flagging Modal -->
<div id="myModal-<%= image.id %>" class="modal hide" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
  <div class="modal-header">
    <h3 id="myModalLabel"><%= t 'lentil.flagging_modal.header' %></h3>
  </div>
  <div class="modal-body">
    <p><%= t 'lentil.flagging_modal.header' %></p>
  </div>
  <div class="modal-footer">
    <button class="btn" data-dismiss="modal" aria-hidden="true"><%= t 'lentil.flagging_modal.cancel' %></button>
    <button href="<%= tally_flag_path(image.id) %>" method="post" type="submit" class="btn btn-danger flag-confirm" data-image-id="<%= image.id %>">
    <%= t 'lentil.flagging_modal.yes_report_title' %></button>
</div>
</div>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
lentil-0.9.1 app/views/lentil/images/_flagging_modal.html.erb
lentil-0.9.0 app/views/lentil/images/_flagging_modal.html.erb
lentil-0.8.0 app/views/lentil/images/_flagging_modal.html.erb
lentil-0.7.1 app/views/lentil/images/_flagging_modal.html.erb
lentil-0.6.0 app/views/lentil/images/_flagging_modal.html.erb
lentil-0.5.2 app/views/lentil/images/_flagging_modal.html.erb
lentil-0.5.1 app/views/lentil/images/_flagging_modal.html.erb
lentil-0.5.0 app/views/lentil/images/_flagging_modal.html.erb
lentil-0.4.2 app/views/lentil/images/_flagging_modal.html.erb
lentil-0.4.0 app/views/lentil/images/_flagging_modal.html.erb
lentil-0.3.1 app/views/lentil/images/_flagging_modal.html.erb
lentil-0.3.0 app/views/lentil/images/_flagging_modal.html.erb
lentil-0.2.3 app/views/lentil/images/_flagging_modal.html.erb
lentil-0.2.2 app/views/lentil/images/_flagging_modal.html.erb
lentil-0.2.1 app/views/lentil/images/_flagging_modal.html.erb
lentil-0.2.0 app/views/lentil/images/_flagging_modal.html.erb
lentil-0.1.8 app/views/lentil/images/_flagging_modal.html.erb
lentil-0.1.7 app/views/lentil/images/_flagging_modal.html.erb
lentil-0.1.6 app/views/lentil/images/_flagging_modal.html.erb
lentil-0.1.3 app/views/lentil/images/_flagging_modal.html.erb