Sha256: dd8e1fbc7c78a2a28effa9f02974dfe25211593019304c9f856c7905fca7ce0c

Contents?: true

Size: 987 Bytes

Versions: 15

Compression:

Stored size: 987 Bytes

Contents

- delete_confirmation_msg = I18n.t("prompts.confirm_delete_with_model", model: "snippet")

table.snippets
  thead
    tr
      th.col-width-toggle
      th.col-width-medium
        = sort_link([:renalware, search], :title)
      th(style="max-width: 100%")
        = sort_link([:renalware, search], :body)
      - unless author == :me
        th.col-width-medium.author
          = sort_link([:renalware, search], :author_family_name, t(".author"))
      - unless remote
        th.col-width-medium.last_used_on
          = sort_link([:renalware, search], :last_used_on, t(".last_used_on"))
        th.col-width-date-time.updated_at
          = sort_link([:renalware, search], :updated_at, t(".updated_at"))
        th.col-width-medium
  tbody
    = render partial: "row",
             collection: snippets,
             as: :snippet,
             locals: { author: author,
                       delete_confirmation_msg: delete_confirmation_msg,
                       remote: remote }

Version data entries

15 entries across 15 versions & 1 rubygems

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