Sha256: 718e819c6a78e236c439193dd8de35c246bab04335f10d68f3add6672fd11e55
Contents?: true
Size: 532 Bytes
Versions: 15
Compression:
Stored size: 532 Bytes
Contents
<div style="float: right"> <% if @route_groups.values[0].any? { |r| r[:matches_path] && r[:verb] == "DELETE" && r[:action] == "destroy" } %> <button type="button" class="btn btn-danger" onclick="rrfDelete(this)">DELETE</button> <% end %> <% if @route_groups.values[0].any? { |r| r[:matches_path] && r[:verb] == "OPTIONS" } %> <button type="button" class="btn btn-primary" onclick="rrfOptions(this)">OPTIONS</button> <% end %> <button type="button" class="btn btn-primary" onclick="rrfGet(this)">GET</button> </div>
Version data entries
15 entries across 15 versions & 1 rubygems