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