• <%= link_to I18n.t(:home,:scope=>'home' ), home_index_path %>
  • <%= link_to I18n.t(:news,:scope=>'home' ),rubriken_path %>
  • <%= link_to I18n.t(:info,:scope=>'home' ),themengruppen_path %>
  • <%= link_to I18n.t('mitarbeiter',:scope=>'home' ),fetprofiles_path %>
  • <% if can? :index, Gallery %>
  • <%= link_to I18n.t('fotos',:scope=>'home' ),galleries_path %>
  • <% end %>
  • <%= link_to I18n.t(:studien,:scope=>'home' ), studien_path %>
  • <%= link_to I18n.t("home.search"), search_home_index_path %>
  • <%= link_to I18n.t("home.kontakt"), kontakt_home_index_path %>
  • <% if can?(:seeintern, User) %>
  • <%= link_to 'Intern' , intern_home_index_path %>
  • <% end %>
    • <%= link_to image_tag("/flaggen/png/at.png") + " Deutsch" ,switch_locale_url(:de)%>
    • <%= link_to image_tag("/flaggen/png/gb.png") + " English" ,switch_locale_url(:en)%>
  • <% if not user_signed_in? %> <% if Rails.env.development? %> <%# link_to I18n.t('home.login'), user_omniauth_authorize_path(:developer) %> <%= render 'layouts/login' %> <% else %> <%= link_to ffi1_icon("academic") + I18n.t('home.login'), user_omniauth_authorize_path(:ldap) %> <% end %> <% else %> <%= render 'layouts/login' %> <% end %>