| Studium | Modulgruppe | Name | Desc | |||
|---|---|---|---|---|---|---|
| <%= %> | <%= if !modul.modulgruppen.first.nil? modul.modulgruppen.first[:name] end %> | <%= modul.name %> | <%= modul.desc %> | <%= link_to 'Show', modul_path(modul) %> | <%= link_to 'Edit', edit_modul_path(modul) %> | <%= link_to 'Destroy', [modul], method: :delete, data: { confirm: 'Are you sure?' } %> |