Sha256: 18ac08a178871e285ff15f7bfd5e68e05807c3a116215a2b46f7c818708b11fd

Contents?: true

Size: 438 Bytes

Versions: 2

Compression:

Stored size: 438 Bytes

Contents

= content_for :title do
  #{@distributor.name}

= content_for :remove_item do
  -if @distributor.deletable?
    = link_to _("Remove Distributor"), { :controller => "distributors", :action => "destroy", :id => @distributor.id }, :confirm => _('Are you sure you want to remove this distributor?'), :method => :delete, :class=>"remove_item", :remote=>true


= content_for :navigation do
  = render_subnav_menu(1..2, distributors_navigation)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
katello-2.2.2 app/views/katello/distributors/_distributor_tupane_header_nav.html.haml
katello-1.5.0 app/views/katello/distributors/_distributor_tupane_header_nav.html.haml