diff --git a/app/views/studien/_studium.html.erb b/app/views/studien/_studium.html.erb index 3aca56d..b6a3ad5 100644 --- a/app/views/studien/_studium.html.erb +++ b/app/views/studien/_studium.html.erb @@ -1,4 +1,4 @@ -<%= link_to studium_path(studium, {:ansicht=>'semesteransicht'}) ,{:class=>"linkbox"} do %> +<%= link_to studium_path(studium, {:ansicht=>'modulgruppenansicht'}) ,{:class=>"linkbox"} do %>
<%= image_tag studium.picture.big_thumb.url %> diff --git a/app/views/themes/blue1/home/index.html.erb b/app/views/themes/blue1/home/index.html.erb index ad120f3..a925cc9 100644 --- a/app/views/themes/blue1/home/index.html.erb +++ b/app/views/themes/blue1/home/index.html.erb @@ -14,7 +14,7 @@
  • <%= link_to "FAQS", faqs_themengruppen_path,class: :btn ,class: :linkbox %>
  • -
  • <%= link_to "Beispielsammlung", studium_path(Studium.first) ,class: :btn ,class: :linkbox %>
  • +
  • <%= link_to "Beispielsammlung", studium_path(Studium.first, {:ansicht=>'semesteransicht'}) ,class: :btn ,class: :linkbox %>
  • Beta Test