Sha256: c3f032aca21754585f03ba78706add238f54cba6ea95ab0b5be17cc705c1d64f

Contents?: true

Size: 731 Bytes

Versions: 6

Compression:

Stored size: 731 Bytes

Contents

<!-- Flagging Modal -->
<div id="myModal-image_<%= image.id %>" class="modal hide fade" 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

6 entries across 6 versions & 1 rubygems

Version Path
lentil-1.0.5 app/views/lentil/images/_flagging_modal.html.erb
lentil-1.0.4 app/views/lentil/images/_flagging_modal.html.erb
lentil-1.0.3 app/views/lentil/images/_flagging_modal.html.erb
lentil-1.0.2 app/views/lentil/images/_flagging_modal.html.erb
lentil-1.0.1 app/views/lentil/images/_flagging_modal.html.erb
lentil-1.0.0 app/views/lentil/images/_flagging_modal.html.erb