Sha256: 5f57017d9d91feecfce3254f7c0ed17c1f75362e210505546028d972f9c28df2
Contents?: true
Size: 1.02 KB
Versions: 14
Compression:
Stored size: 1.02 KB
Contents
<% title _('Ansible Playbooks') %> <% title_actions button_group( new_link(_('New Ansible Playbook')), ) %> <table class="table table-bordered table-striped"> <tr> <th><%= sort :name, :as => s_('AnsiblePlaybook|Name') %></th> <th><%= _('Description') %></th> <th></th> </tr> <% for ansible_playbook in @ansible_playbooks %> <tr> <td><%=link_to_if_authorized h(ansible_playbook.name), hash_for_edit_ansible_playbook_path(:id => ansible_playbook) %></td> <td><%= ansible_playbook.description %></td> <td> <%= action_buttons( display_link_if_authorized(_("Import groups"), hash_for_import_vars_ansible_playbook_path(:id => ansible_playbook)), display_delete_if_authorized(hash_for_ansible_playbook_path(:id => ansible_playbook), :data => { 'confirm': _('Delete %s?') % ansible_playbook.name }) ) %> </td> </tr> <% end %> </table> <%= page_entries_info @ansible_playbooks %> <%= will_paginate @ansible_playbooks %>
Version data entries
14 entries across 14 versions & 1 rubygems