startseiten fix

This commit is contained in:
Andreas Stephanides
2014-01-24 11:13:50 +01:00
parent 40d7b6ab08
commit 0cb1e94219
3 changed files with 54 additions and 46 deletions

View File

@@ -30,5 +30,4 @@
</ul> </ul>
</div> </div>
</div>
</div>

View File

@@ -1,3 +1,4 @@
<div class="content-wrap content-column">
<h1><%= I18n.t('home.willkommen') %></h1> <h1><%= I18n.t('home.willkommen') %></h1>
<div class="alert"> <div class="alert">
<h2>Beta Test</h2> <h2>Beta Test</h2>
@@ -19,6 +20,14 @@ Bezüglich Design und Steuerung sind Vorschläge erwünscht.
</div> </div>
<p><%= I18n.t('home.hallobeiderfet') %></p> <p><%= I18n.t('home.hallobeiderfet') %></p>
<%= render 'beispiele' %>
<%= link_to "Entwicklungsstatus" , home_dev_path %> <%= link_to "Entwicklungsstatus" , home_dev_path %>
<%= render 'beispiele' %>
Verschiedene Styles
<ul>
<li> <%= link_to "Darkblue", home_index_path({:theme=>"darkblue"}) %></li>
<li> <%= link_to "2003", home_index_path({:theme=>"2003"}) %></li>
<li> <%= link_to "white_1", home_index_path({:theme=>"white_1"}) %></li>
</ul>
</div>