Sha256: 1b11d163cdf2b8d3c33433b75c5c6212db28bb77572447a6c469d15f0f8251b0
Contents?: true
Size: 710 Bytes
Versions: 1
Compression:
Stored size: 710 Bytes
Contents
<!-- insert_bottom '.btn-group' --> <%= link_to(fa_icon("question", text: Archangel.t(:help)), "#", class: "btn btn-link", data: { toggle: "modal", target: ".help-entries" }) %> <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">×</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/entries/_buttons/add_archangel_help_to_buttons_bar.html.erb.deface |