Link ->Issues für Startseite
This commit is contained in:
11
Gemfile.lock
11
Gemfile.lock
@@ -35,7 +35,7 @@ GEM
|
||||
activerecord (>= 3.0.0)
|
||||
bcrypt-ruby (3.0.1)
|
||||
bcrypt-ruby (3.0.1-x86-mingw32)
|
||||
bootstrap-sass (2.2.2.0)
|
||||
bootstrap-sass (2.3.2.1)
|
||||
sass (~> 3.2)
|
||||
builder (3.0.4)
|
||||
cancan (1.6.9)
|
||||
@@ -128,6 +128,7 @@ GEM
|
||||
rdoc (3.12.1)
|
||||
json (~> 1.4)
|
||||
ref (1.0.2)
|
||||
rmagick (2.13.2)
|
||||
rolify (3.2.0)
|
||||
rspec-core (2.14.4)
|
||||
rspec-expectations (2.14.0)
|
||||
@@ -145,6 +146,8 @@ GEM
|
||||
railties (~> 3.2.0)
|
||||
sass (>= 3.1.10)
|
||||
tilt (~> 1.3)
|
||||
simple_calendar (0.1.9)
|
||||
rails (>= 3.0)
|
||||
sprockets (2.2.2)
|
||||
hike (~> 1.2)
|
||||
multi_json (~> 1.0)
|
||||
@@ -176,7 +179,7 @@ PLATFORMS
|
||||
DEPENDENCIES
|
||||
annotate (>= 2.5.0)
|
||||
awesome_nested_set
|
||||
bootstrap-sass (~> 2.2.0)
|
||||
bootstrap-sass (~> 2.3.2.1)
|
||||
cancan
|
||||
carrierwave
|
||||
coffee-rails (~> 3.2.1)
|
||||
@@ -192,9 +195,11 @@ DEPENDENCIES
|
||||
paper_trail (>= 2.7.0)
|
||||
paperclip (~> 3.4.0)
|
||||
rails (= 3.2.9)
|
||||
rmagick
|
||||
rolify
|
||||
rspec-rails
|
||||
sass-rails (~> 3.2.3)
|
||||
sass-rails (~> 3.2)
|
||||
simple_calendar (~> 0.1.9)
|
||||
sqlite3
|
||||
therubyracer
|
||||
tinymce-rails (>= 3.5.8)
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
<h1><%= t 'home.willkommen' %></h1>
|
||||
<p><%= t 'home.hallobeiderfet' %></p>
|
||||
<div class="alert alert-info">
|
||||
<h2>Alpha Test</h2>
|
||||
<p>Die Webseite befindet sich derzeit in einem Entsicklungsstadium,
|
||||
volle Funktionsfähigkeit ist noch nicht erreicht. Bitte Featurerequests und
|
||||
Fehlermeldungen auf GitHub melden.
|
||||
</p>
|
||||
<p>
|
||||
<%= link_to "Issues", "http://www.github.com/fetsite/fetsite/issues" %>
|
||||
</p>
|
||||
</div>
|
||||
<%= link_to "Entwicklungsstatus" , home_dev_path %>
|
||||
|
||||
Reference in New Issue
Block a user