diff --git a/app/views/themen/index.html.erb b/app/views/themen/index.html.erb index 3c9e293..7a47b5f 100644 --- a/app/views/themen/index.html.erb +++ b/app/views/themen/index.html.erb @@ -1,25 +1,12 @@ -
| Title | -Text | -- | - | - |
|---|---|---|---|---|
| <%= thema.title %> | -<%= thema.text %> | -<%= link_to 'Show', thema %> | -<%= link_to 'Edit', edit_thema_path(thema) %> | -<%= link_to 'Destroy', thema, method: :delete, data: { confirm: 'Are you sure?' } %> | -