forked from bofh/fetsite
Home und Willkommenstext aktualisiert , Entwicklungsstatus eiungefügt
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
class HomeController < ApplicationController
|
||||
def index
|
||||
|
||||
end
|
||||
def dev
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
<p><%= t :hello %></p>
|
||||
<h1><%= t 'home.willkommen' %></h1>
|
||||
<p><%= t 'home.hallobeiderfet' %></p>
|
||||
<%= link_to "Entwicklungsstatus" , home_dev_path %>
|
||||
|
||||
Reference in New Issue
Block a user