Sha256: ed80f9a245bf33296c8c6c67664491fc43de65e1c9c6f6bd7a44de423c1ae70a
Contents?: true
Size: 647 Bytes
Versions: 9
Compression:
Stored size: 647 Bytes
Contents
<% republish_path = root_path('messages', @message.topic, @message.partition, @message.offset, 'republish') surrounding_path = explorer_path(@message.topic, @message.partition, @message.offset, 'surrounding') %> <div class="row mb-0"> <div class="col-sm-12 text-end"> <a href="<%= surrounding_path %>" class="btn btn-secondary btn-sm float-end ms-1"> ⇋ Surrounding </a> <form action="<%= republish_path %>" method="post" class="confirm-action float-end"> <%== csrf_tag(republish_path) %> <input type="submit" value="⟳ Republish" class="btn btn-primary btn-sm"/> </form> </div> </div>
Version data entries
9 entries across 9 versions & 1 rubygems