Sha256: 61fe00b7dd6a282d3bb8c176876bb412364f4835d6a9a0fd3a8c3424ee529d96

Contents?: true

Size: 819 Bytes

Versions: 17

Compression:

Stored size: 819 Bytes

Contents

- klass = remote ? "modal" : "."
- i18n_scope = remote ? ".modal" : ""

.snippets(class=klass)
  .modal-header
    h1= t("#{i18n_scope}.page_title")

    = render "renalware/shared/modal_close_link" if remote

  - unless remote
    .columns.small-12
      = link_to "Create new", new_snippet_path, class: "button create-snippet right"

  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

17 entries across 17 versions & 1 rubygems

Version Path
renalware-core-2.0.5 app/views/renalware/snippets/snippets/_list.html.slim
renalware-core-2.0.4 app/views/renalware/snippets/snippets/_list.html.slim
renalware-core-2.0.3 app/views/renalware/snippets/snippets/_list.html.slim
renalware-core-2.0.2 app/views/renalware/snippets/snippets/_list.html.slim
renalware-core-2.0.1 app/views/renalware/snippets/snippets/_list.html.slim
renalware-core-2.0.0 app/views/renalware/snippets/snippets/_list.html.slim
renalware-core-2.0.0.pre.rc13 app/views/renalware/snippets/snippets/_list.html.slim
renalware-core-2.0.0.pre.rc11 app/views/renalware/snippets/snippets/_list.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/snippets/snippets/_list.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/snippets/snippets/_list.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/snippets/snippets/_list.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/snippets/snippets/_list.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/snippets/snippets/_list.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/snippets/snippets/_list.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/snippets/snippets/_list.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/snippets/snippets/_list.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/snippets/snippets/_list.html.slim