forked from bofh/fetsite
Umbenennung
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<%= link_to '<i class="icon-list"></i>'.html_safe+ I18n.t("studien.allestudien"), studien_path,:raw=>true %>|<%= link_to "Zu "+@link+ " wechseln", studium_path(@studium, :sem => @change)%>
|
<%= link_to '<i class="icon-list"></i>'.html_safe+ I18n.t("studien.allestudien"), studien_path,:raw=>true %>|<%= link_to "Zu "+@link+ " wechseln", studium_path(@studium, :sem => @change)%>
|
||||||
|
|
||||||
<% if @sem=='false'%>
|
<% if @sem=='false'%>
|
||||||
<%= render :partial => "studien/studien", @collection => @studium, :as=>:studium%>
|
<%= render :partial => "studien/modulansicht", @collection => @studium, :as=>:studium%>
|
||||||
<% else %>
|
<% else %>
|
||||||
<%= render :partial =>"studien/semesteransicht", @collection => @studium, :as=>:studium%>
|
<%= render :partial =>"studien/semesteransicht", @collection => @studium, :as=>:studium%>
|
||||||
<% end %>
|
<% end %>
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
<span class="span12">
|
<span class="span12">
|
||||||
<%= link_to '<i class="icon-plus-sign"></i>'.html_safe+I18n.t("studien.newmodulgroup"), new_studium_modulgruppe_path(@studium),:class=>"btn" %> |
|
<%= link_to '<i class="icon-plus-sign"></i>'.html_safe+I18n.t("studien.newmodulgroup"), new_studium_modulgruppe_path(:studium_id=>@studium.id),:class=>"btn" %> |
|
||||||
<%= link_to '<i class="icon-pencil"></i>'.html_safe+I18n.t("common.edit"), edit_studium_path(@studium) ,:class=>"btn"%>
|
<%= link_to '<i class="icon-pencil"></i>'.html_safe+I18n.t("common.edit"), edit_studium_path(@studium) ,:class=>"btn"%>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user