Sha256: d631553abba0bc0aae7be070a9548bb9c1f5246d9cc8ff053233996e8a0ef353

Contents?: true

Size: 427 Bytes

Versions: 1

Compression:

Stored size: 427 Bytes

Contents

<fieldset>
  <div class="fieldset-help">
    <legend>Widgets</legend>
    <p class='hint'>
      <%= link_to "#{icon_tag('cogs')} Manage Widgets".html_safe, widgets_path, class: 'btn btn-primary' if policy(Georgia::Widget).index? %>
    </p>
  </div>
  <div class="fieldset-fields">
    <%= render partial: 'georgia/revisions/fields/ui_section', collection: @ui_sections, as: :ui_section, locals: {f: f} %>
  </div>
</fieldset>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
georgia-0.8.0 app/views/georgia/revisions/fields/_widgets.html.erb