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

Version Path
rest_framework-1.0.0.beta2 app/views/rest_framework/heading/_actions.html.erb
rest_framework-1.0.0.beta1 app/views/rest_framework/heading/_actions.html.erb
rest_framework-0.11.0 app/views/rest_framework/heading/_actions.html.erb
rest_framework-0.10.0 app/views/rest_framework/heading/_actions.html.erb
rest_framework-0.9.16 app/views/rest_framework/heading/_actions.html.erb
rest_framework-0.9.15 app/views/rest_framework/heading/_actions.html.erb
rest_framework-0.9.14 app/views/rest_framework/heading/_actions.html.erb
rest_framework-0.9.12.pre.1.pre.g39306cb app/views/rest_framework/heading/_actions.html.erb
rest_framework-0.9.11.pre.40.pre.g5dcad32 app/views/rest_framework/heading/_actions.html.erb
rest_framework-0.9.11 app/views/rest_framework/heading/_actions.html.erb
rest_framework-0.9.10 app/views/rest_framework/heading/_actions.html.erb
rest_framework-0.9.9 app/views/rest_framework/heading/_actions.html.erb
rest_framework-0.9.8 app/views/rest_framework/heading/_actions.html.erb
rest_framework-0.9.7 app/views/rest_framework/heading/_actions.html.erb
rest_framework-0.9.6 app/views/rest_framework/heading/_actions.html.erb