Sha256: e53b2a25d2d1917d64e556f731881a2fd8742898c183ec9184311d1bc6f36407
Contents?: true
Size: 742 Bytes
Versions: 8
Compression:
Stored size: 742 Bytes
Contents
<%= play_roles = if hostgroup.all_ansible_roles.empty? "<a title='No Roles assigned' href=\"#\">#{_('Play Roles')}</a>".html_safe else display_link_if_authorized(_('Play Roles'), hash_for_play_roles_hostgroup_path(:id => hostgroup), :'data-no-turbolink' => true) end action_buttons( display_link_if_authorized(_('Nest'), hash_for_nest_hostgroup_path(:id => hostgroup)), display_link_if_authorized(_('Clone'), hash_for_clone_hostgroup_path(:id => hostgroup)), play_roles, display_delete_if_authorized(hash_for_hostgroup_path(:id => hostgroup).merge(:auth_object => hostgroup, :authorizer => authorizer), :data => { :confirm => warning_message(hostgroup) })) %>
Version data entries
8 entries across 8 versions & 1 rubygems