Sha256: c70f4383cced85c85c37a715144d2f22e21a60380d32b96dcfd4140fe56c4675
Contents?: true
Size: 1.02 KB
Versions: 149
Compression:
Stored size: 1.02 KB
Contents
- delete_confirmation_msg = I18n.t("prompts.confirm_delete_with_model", model: "snippet") .scrollable table.snippets thead tr th.col-width-medium - unless author == :me th.col-width-medium.author = sort_link([:renalware, search], :author_family_name, t(".author")) th.col-width-medium = sort_link([:renalware, search], :title) th(style="max-width: 100%") = sort_link([:renalware, search], :body) - 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
149 entries across 149 versions & 1 rubygems