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