Sha256: d55b620b48089e1c7f2b0d005b423b8c15249eaceab3eae7f41f3ad74375a56c
Contents?: true
Size: 579 Bytes
Versions: 5
Compression:
Stored size: 579 Bytes
Contents
<div class="float-end text-end"> <% if @visibility_filter.download?(@message) %> <a href="<%= root_path('messages', @message.topic, @message.partition, @message.offset, 'download') %>" class="btn btn-secondary btn-sm" > ⇓ Download raw </a> <% end %> <% if @visibility_filter.export?(@message) && @safe_payload.success? %> <a href="<%= root_path('messages', @message.topic, @message.partition, @message.offset, 'export') %>" class="btn btn-secondary btn-sm" > ⇓ Export as JSON </a> <% end %> </div>
Version data entries
5 entries across 5 versions & 1 rubygems