Skip to content
Snippets Groups Projects
Unverified Commit d1b020a8 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

turn force checkout into button; move it out of card

parent ee6470e0
No related branches found
No related tags found
No related merge requests found
...@@ -385,13 +385,6 @@ ...@@ -385,13 +385,6 @@
% else { % else {
</p> </p>
% } % }
<p>
Falls das Backend ausgefallen ist oder der Zug aus anderen
Gründen verloren ging: <a class="action-checkout"
data-force="1" data-station="<%= $journey->{arr_name}
%>">Ohne Echtzeitdaten in <%= $journey->{arr_name} %>
auschecken</a>.
</p>
</div> </div>
<div class="card-action"> <div class="card-action">
<a class="action-undo blue-text" data-id="in_transit" data-checkints="<%= $journey->{timestamp}->epoch %>" style="margin-right: 0;"> <a class="action-undo blue-text" data-id="in_transit" data-checkints="<%= $journey->{timestamp}->epoch %>" style="margin-right: 0;">
...@@ -399,5 +392,14 @@ ...@@ -399,5 +392,14 @@
</a> </a>
</div> </div>
</div> </div>
<p>
Falls das Backend ausgefallen ist oder der Zug aus anderen
Gründen verloren ging:
</p>
<p class="center-align">
<a class="action-checkout waves-light btn"
data-force="1" data-station="<%= $journey->{arr_name}
%>">Ohne Echtzeitdaten auschecken</a>
</p>
% } % }
</div> </div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment