forked from bofh/fetsite
11 lines
348 B
Plaintext
Executable File
11 lines
348 B
Plaintext
Executable File
<%= link_to '<i class="icon-list"></i>'.html_safe+ I18n.t("studien.allestudien"), studien_path,:raw=>true %> /
|
|
<% Studium.all.each do |s| %>
|
|
<% if @sem=='true' %>
|
|
<%= link_to s.name + " / ", studium_semesteransicht_path(s) %>
|
|
<% else %>
|
|
<%= link_to s.name + " / ", studium_path(s) %>
|
|
<% end %>
|
|
<% end %>
|
|
|
|
<%= link_to @text, @path%>
|