Sha256: 558a867af9183ad06e98a50dcb3638c03be02babf99fa101a6b6858410dfaf0d

Contents?: true

Size: 711 Bytes

Versions: 1

Compression:

Stored size: 711 Bytes

Contents

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

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

<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/profiles/_buttons/add_archangel_help_to_buttons_bar.html.erb.deface