diff options
author | marudor <marudor@marudor.de> | 2019-05-11 12:43:04 +0200 |
---|---|---|
committer | marudor <marudor@marudor.de> | 2019-05-11 12:43:13 +0200 |
commit | d2f01f963a1c18020969e5d8a4584e3e16c5641d (patch) | |
tree | 0b5e4096b3c68ed15cf3dd65b9bdd6a27e276f87 /templates/landingpage.html.ep | |
parent | 4412283f3b32dbcbf772ad7f7e65a87405ad59e9 (diff) |
Do not nag directly for geolocation
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"> |