Sha256: c9d2e19b15639c53ae28b54488aeb42b30c1f14dab9cce2fe4f4a98fc8458eb4

Contents?: true

Size: 543 Bytes

Versions: 1

Compression:

Stored size: 543 Bytes

Contents

%h1
  = friendly_name @item
  - unless @item.locked?
    = link_to edit_list_path(@item), :remote => true, :class => "link link-sm" do
      = icon(:pencil)
      = tw("commons.edit")
    = link_to list_path(@item), :method => :delete, :data => {:confirm => t(".confirm_delete")}, :class => "link link-sm" do
      = icon(:"trash-o")
      = tw("commons.remove")
  - else
    %a.link.link-sm.text-warning{:data => {:toggle => "tooltip", :placement => "top"}, :title => tw("lists.locked_info")}
      = icon(:lock)
      = tw("commons.locked")

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
maily_herald-webui-0.8.0 app/views/maily_herald/webui/lists/_header.html.haml