Sha256: 19a79d915f3df29a07f1cfa32518329014b8da8902d772d2d6ca2c23c020a89b

Contents?: true

Size: 329 Bytes

Versions: 3

Compression:

Stored size: 329 Bytes

Contents

<div class="row">
  <div>
    <%= render partial: "rest_framework/heading/actions" if @route_groups.present? %>
    <h1 class="m-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

3 entries across 3 versions & 1 rubygems

Version Path
rest_framework-0.9.8 app/views/rest_framework/_heading.html.erb
rest_framework-0.9.7 app/views/rest_framework/_heading.html.erb
rest_framework-0.9.6 app/views/rest_framework/_heading.html.erb