forked from bofh/fetsite
Bugfixes
This commit is contained in:
@@ -2,15 +2,15 @@
|
||||
<ul class="breadcrumb">
|
||||
<li> <%= link_to '<i class="icon-list"></i>'.html_safe+ I18n.t("studien.allestudien"), studien_path,:raw=>true %>
|
||||
<span class="divider">/</span></li>
|
||||
<li> <%= link_to @text, @path%>
|
||||
<li> <%= link_to @text, @path%>
|
||||
<span class="divider">/</span></li>
|
||||
<br>
|
||||
<% Studium.all.each do |s| %>
|
||||
<li>
|
||||
<% if @sem=='true' %>
|
||||
<%= link_to s.name, studium_semesteransicht_path(s) %>
|
||||
<%= link_to_unless_current s.name, studium_semesteransicht_path(s) %>
|
||||
<% else %>
|
||||
<%= link_to s.name, studium_path(s) %>
|
||||
<%= link_to_unless_current s.name, studium_path(s) %>
|
||||
<% end %>
|
||||
<span class="divider">/</span></li>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user