Sha256: 17472032d51fedbc076192781603c0fd75baa7a70a9586a7c036b6f25b3a1862

Contents?: true

Size: 335 Bytes

Versions: 7

Compression:

Stored size: 335 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? %>
      <br><br><p style="display: inline-block; margin-bottom: 0"><%= @description %></p>
    <% end %>
  </div>
</div>
<hr/>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rest_framework-0.9.15 app/views/rest_framework/_heading.html.erb
rest_framework-0.9.14 app/views/rest_framework/_heading.html.erb
rest_framework-0.9.12.pre.1.pre.g39306cb app/views/rest_framework/_heading.html.erb
rest_framework-0.9.11.pre.40.pre.g5dcad32 app/views/rest_framework/_heading.html.erb
rest_framework-0.9.11 app/views/rest_framework/_heading.html.erb
rest_framework-0.9.10 app/views/rest_framework/_heading.html.erb
rest_framework-0.9.9 app/views/rest_framework/_heading.html.erb