Bootstrap Link - Startseite, Wiki Link entfernt

This commit is contained in:
Andreas Stephanides
2013-08-12 20:00:32 +02:00
parent b326e00193
commit 4bff7a8c8d
2 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
<h1><%= t 'home.willkommen' %></h1> <h1><%= t 'home.willkommen' %></h1>
<p><%= t 'home.hallobeiderfet' %></p>
<div class="alert alert-info"> <div class="alert alert-info">
<h2>Alpha Test</h2> <h2>Alpha Test</h2>
<p>Die Webseite befindet sich derzeit in einem Entsicklungsstadium, <p>Die Webseite befindet sich derzeit in einem Entsicklungsstadium,
@@ -9,5 +8,14 @@ Fehlermeldungen auf GitHub melden.
<p> <p>
<%= link_to "Issues", "http://www.github.com/fetsite/fetsite/issues" %> <%= link_to "Issues", "http://www.github.com/fetsite/fetsite/issues" %>
</p> </p>
<p>
Folgene Features sind schon soweit, dass Bugreports sinnvoll sind:
<ul>
<li>Studien/Beispielsammlung</li>
</ul>
alle anderen sind nur zur Voransicht. Bezüglich Design und Steuerung sind Vorschläge erwünscht.
</p>
<p><%= link_to "Steuerelemente und Komponenten", "http://getbootstrap.com/2.3.2/index.html" %></p>
</div> </div>
<p><%= t 'home.hallobeiderfet' %></p>
<%= link_to "Entwicklungsstatus" , home_dev_path %> <%= link_to "Entwicklungsstatus" , home_dev_path %>

View File

@@ -15,8 +15,6 @@
<li><%= link_to I18n.t(:info,:scope=>'home' ) %></li> <li><%= link_to I18n.t(:info,:scope=>'home' ) %></li>
<li><%= link_to I18n.t(:studien,:scope=>'home' ), studien_path %></li> <li><%= link_to I18n.t(:studien,:scope=>'home' ), studien_path %></li>
<li><%= link_to "Kalender", calendars_path %></li> <li><%= link_to "Kalender", calendars_path %></li>
<li><%= link_to "wiki intern", page_path(1) %>
</li>
<% if user_signed_in? %> <% if user_signed_in? %>
<li>Logged in as : <%= current_user.email %> <li>Logged in as : <%= current_user.email %>
<%= link_to('Logout', destroy_user_session_path, :method => :delete) %> <%= link_to('Logout', destroy_user_session_path, :method => :delete) %>