Sha256: e0248017380e33755b83dabf60587552c5459b87cdf161fd5062990311fa59a2

Contents?: true

Size: 905 Bytes

Versions: 9

Compression:

Stored size: 905 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
    -snippets.each do |snippet|
      = render "row",
               snippet: snippet,
               author: author,
               delete_confirmation_msg: delete_confirmation_msg,
               remote: remote

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta12 app/views/renalware/snippets/snippets/_table.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/snippets/snippets/_table.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/snippets/snippets/_table.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/snippets/snippets/_table.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/snippets/snippets/_table.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/snippets/snippets/_table.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/snippets/snippets/_table.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/snippets/snippets/_table.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/snippets/snippets/_table.html.slim