Files
fetsite/app/views/studien/_navigation.html.erb
2013-08-01 11:57:37 +02:00

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%>