Sha256: 3ca1dffeb9b0edd26fce0b0a3c113d2152ff24acf2827d2fb488e75e866a0f73

Contents?: true

Size: 714 Bytes

Versions: 1

Compression:

Stored size: 714 Bytes

Contents

<!-- insert_bottom '.btn-group' -->

<%= link_to(fa_icon("question", text: Archangel.t(:help)), "#", class: "btn btn-link", data: { toggle: "modal", target: ".help-collections" }) %>

<div class="modal fade help-sites" tabindex="-1" role="dialog" aria-hidden="true">
  <div class="modal-dialog modal-dialog-centered" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <h5 class="modal-title"><%= Archangel.t(:help) %></h5>

        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
          <span aria-hidden="true">&times;</span>
        </button>
      </div>

      <div class="modal-body">
        TODO
      </div>
    </div>
  </div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
archangel_help-0.0.1 app/overrides/archangel/backend/collections/_buttons/add_archangel_help_to_buttons_bar.html.erb.deface