Placed Login under Sidebar (permanent and easy to see

This commit is contained in:
Thomas Blazek
2013-11-05 09:24:17 +01:00
parent 47c58827c8
commit cf5221ad7e
2 changed files with 4 additions and 1 deletions

View File

@@ -18,4 +18,4 @@ Bezüglich Design und Steuerung sind Vorschläge erwünscht.
<p><%= I18n.t('home.hallobeiderfet') %></p>
<%= render 'beispiele' %>
<%= link_to "Entwicklungsstatus" , home_dev_path %>
<%= render 'layouts/login' %>

View File

@@ -21,17 +21,20 @@
<h1 style="display:block">Fachschaft Elektrotechnik</h1>
</div>
</div>
<div class="row-fluid">
<div class="span2 earlymax">
<div id="menudiv"><%= render :template => 'layouts/menu' %></div>
<%= render 'layouts/login' %>
</div>
<div class="span10" id="contentdiv">
<%= yield %>
</div>
</div>
</div>
</body>
</html>