diff --git a/app/views/fetprofiles/index.html.erb b/app/views/fetprofiles/index.html.erb index 3f5ce2f..8f27cff 100644 --- a/app/views/fetprofiles/index.html.erb +++ b/app/views/fetprofiles/index.html.erb @@ -1,21 +1,9 @@
| Vorname | -Nachname | -Short | -Fetmailalias | -Desc | - -Active | -- | - | - |
|---|---|---|---|---|---|---|---|---|
| <%= fetprofile.vorname %> | <%= fetprofile.nachname %> | <%= fetprofile.short %> | @@ -26,9 +14,9 @@<%= link_to 'Show', fetprofile %> | <%= link_to 'Edit', edit_fetprofile_path(fetprofile) %> | <%= link_to 'Destroy', fetprofile, method: :delete, data: { confirm: 'Are you sure?' } %> | -