diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-05-11 13:02:16 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-05-11 13:02:16 +0200 |
commit | c77a7d2cd2a71b879c96f9dbddfd062c40d96824 (patch) | |
tree | defde85fb415f7dab052b84075e0f3cb8e2b07f8 /templates/landingpage.html.ep | |
parent | 4412283f3b32dbcbf772ad7f7e65a87405ad59e9 (diff) | |
parent | 94febe86cd81f2d40d4e5f93f7dfb9be82dbff15 (diff) |
Merge branch 'marudor-geoLocationNagging'
closes #10
Diffstat (limited to 'templates/landingpage.html.ep')
-rw-r--r-- | templates/landingpage.html.ep | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 2d531fc..9d5b979 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -51,9 +51,8 @@ <div class="card-content white-text"> <span class="card-title">Hallo, <%= current_user()->{name} %>!</span> <p>Du bist gerade nicht eingecheckt.</p> - <p class="geolocationhint">Stationen in der Umgebung:</p> <div class="geolocation"> - <div class="progress"><div class="indeterminate"></div></div> + <button class="btn waves-effect waves-light btn-flat white">Stationen in der Umgebung abfragen</button> </div> %= form_for 'list_departures' => begin <div class="input-field"> |