studium form update

This commit is contained in:
Andreas Stephanides
2015-05-28 20:17:36 +02:00
parent c7e6c5022b
commit 5a7eb23a1f
17 changed files with 172 additions and 57 deletions

View File

@@ -1,7 +1,7 @@
<li>
<div class="contentbox">
<p>
<b><%= link_to "Modul "+ modul.name.to_s , modul_path(modul) %> </b>
<b><%= link_to "Modul "+ modul.name.to_s , modul_path(modul) %> <%= link_to fa_icon("pencil") , edit_modul_path(modul) %> </b>
</p>
<ul>
<% modul.lvas.each do |lva| %>