<%= I18n.t('home.willkommen') %>
<%= render partial: "themen/small", object: @starttopic %>
-
<%= link_to ffi1_icon("facebook1") + I18n.t('home.fblogin'), user_omniauth_authorize_path(:facebook) ,class: :linkbox %>
-
<%= link_to ffi1_icon("academic") + I18n.t('home.login'), user_omniauth_authorize_path(:ldap) ,class: :linkbox %>
-
<%= link_to ffi1_icon("quiz")+ I18n.t("themengruppe.faqs"), faqs_themengruppen_path,class: :linkbox %>
- <%= link_to ffi1_icon("books19")+"Beispielsammlung", studium_path(Studium.first, {:ansicht=>'semesteransicht'}) ,class: :btn ,class: :linkbox unless Studium.first.nil? %>
- <%= link_to "Alte Beispielsammlung", "http://www.fet.at/alt/bin/view/Beispielsammlung/WebHome" ,class: :btn ,class: :linkbox %>
<% @stickythemen.each do |t1| %>
-
<%= link_to t1 do %>
<%= render partial: "themen/nlink", object: t %>
<%= end %>
<% end %>
<%= render 'beispiele' %>
<% @neuigkeiten.each do |n| %>
- <%= render n if can?(:show, n) %>
<% end %>
Verschiedene Styles
- <%= link_to "Darkblue", home_index_path({:theme=>"darkblue"}) %>
- <%= link_to "Blue1", home_index_path({:theme=>"blue1"}) %>
- <%= link_to "2003", home_index_path({:theme=>"2003"}) %>
- <%= link_to "white_1", home_index_path({:theme=>"white_1"}) %>