Sha256: 4972db977ce8d474aed7c9924092032b1c2d424fb153d3e2df81412ab1a462bd
Contents?: true
Size: 701 Bytes
Versions: 35
Compression:
Stored size: 701 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.fa.fa-user | Mine li(class= "#{'active' if author == :anyone}") = link_to snippets_path(author: :anyone), remote: remote do i.fa.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
35 entries across 35 versions & 1 rubygems