Sha256: 91725b7661f0ab2ea996aae57b5bad8f7b14aff5d26d8d43b45070d496ed9533

Contents?: true

Size: 344 Bytes

Versions: 5

Compression:

Stored size: 344 Bytes

Contents

<div class="row">
  <div>
    <%= render partial: "rest_framework/heading/actions" if @route_groups.present? %>
    <h1 style="margin: 0"><%= @heading_title || @title %></h1>
    <% if @description.present? %>
      <p style="display: inline-block; margin-bottom: 0; margin-top: 1em"><%= @description %></p>
    <% end %>
  </div>
</div>
<hr/>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rest_framework-1.0.0.beta2 app/views/rest_framework/_heading.html.erb
rest_framework-1.0.0.beta1 app/views/rest_framework/_heading.html.erb
rest_framework-0.11.0 app/views/rest_framework/_heading.html.erb
rest_framework-0.10.0 app/views/rest_framework/_heading.html.erb
rest_framework-0.9.16 app/views/rest_framework/_heading.html.erb