Sha256: 1ed74b4787e83509a6109aa452e6443572d7ce960737edf3d07cd4774c88e1af
Contents?: true
Size: 703 Bytes
Versions: 116
Compression:
Stored size: 703 Bytes
Contents
- klass = remote ? "modal" : "." - i18n_scope = remote ? ".modal" : "" .snippets(class=klass) .modal-header - if remote h1= t("#{i18n_scope}.page_title") = render "renalware/shared/modal_close_link" ul.tabs li(class= "#{'active' if author == :me}") = link_to snippets_path, remote: remote do i.fas.fa-user | Mine li(class= "#{'active' if author == :anyone}") = link_to snippets_path(author: :anyone), remote: remote do i.fas.fa-users | Everyone's = render "search_form", search: search, author: author, remote: remote = render "table", snippets: snippets, author: author, search: search, remote: remote = paginate snippets
Version data entries
116 entries across 116 versions & 1 rubygems