Sha256: 6e183cc5e6c7c1466e823ed89a0854efa7225fcef20cb3e3cbbc6dada214e0d1
Contents?: true
Size: 867 Bytes
Versions: 1
Compression:
Stored size: 867 Bytes
Contents
= content_for(:title) do #{@activation_key.name} = content_for(:remove_item) do - if editable = link_to _("Remove Activation Key"), activation_key_path(@activation_key.id), :confirm => _('Are you sure?'), :method => :delete, :class=>"remove_item", :remote=>true = content_for(:navigation) do = render_subnav_menu(1..2, activation_keys_navigation) = content_for(:content) do #system_groups %table %thead %tr.no_sort %th= _('Name') %th= _('OS') %th= _('Registered') %th= _('Last Checked In') %tbody %tr#empty_row{:class=>(:hidden if !@systems.blank?)} %td{:colspan => 4} = _("This activation key is not currently associated with a System.") = render :partial => 'system', :collection => @systems = render :template => "katello/layouts/tupane_layout"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
katello-1.5.0 | app/views/katello/activation_keys/_systems.html.haml |