diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index d89b64c..c9ab07a 100755 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -1,20 +1,32 @@
-

<%= I18n.t('home.willkommen') %>

- -

-<%= link_to I18n.t('home.login'), user_omniauth_authorize_path(:ldap) %> -

-
+

<%= I18n.t('home.willkommen') %>

+
+
+
+ + + + +

+ + <%= render 'beispiele' %> +
+
+ +Verschiedene Styles
  • <%= link_to "Darkblue", home_index_path({:theme=>"darkblue"}) %>
  • <%= link_to "Blue1", home_index_path({:theme=>"blue1"}) %>
  • @@ -35,5 +58,9 @@
  • <%= link_to "2003", home_index_path({:theme=>"2003"}) %>
  • <%= link_to "white_1", home_index_path({:theme=>"white_1"}) %>
+ +
+
+