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

move footer to layout

parent 32341dc5
No related branches found
No related tags found
No related merge requests found
<div class="row" style="margin-top: 5em;">
<div class="col s12 center-align grey-text">
<a href="/about">travelynx</a> v<%= $version // '???' %>
<span style="margin-left: 0.5em; margin-right: 0.5em;">–</span>
<a href="/impressum">Impressum</a>
<span style="margin-left: 0.5em; margin-right: 0.5em;">–</span>
<a href="/impressum">Datenschutz</a>
<span style="margin-left: 0.5em; margin-right: 0.5em;">–</span>
<a href="/legend">Legende</a>
</div>
</div>
......@@ -522,5 +522,3 @@
</ul>
</div>
</div>
%= include '_footer', version => stash('version')
......@@ -92,5 +92,3 @@
% }
</div>
</div>
%= include '_footer', version => stash('version')
......@@ -122,5 +122,3 @@
</div>
</div>
% }
%= include '_footer', version => stash('version')
......@@ -132,6 +132,17 @@
%= include '_deletion_note', timestamp => $acc->{deletion_requested}
% }
%= content
<div class="row" style="margin-top: 5em;">
<div class="col s12 center-align grey-text">
<a href="/about">travelynx</a> v<%= $version // '???' %>
<span style="margin-left: 0.5em; margin-right: 0.5em;"></span>
<a href="/impressum">Impressum</a>
<span style="margin-left: 0.5em; margin-right: 0.5em;"></span>
<a href="/impressum">Datenschutz</a>
<span style="margin-left: 0.5em; margin-right: 0.5em;"></span>
<a href="/legend">Legende</a>
</div>
</div>
</div>
<script>
......
......@@ -97,5 +97,3 @@
</div>
</div>
%= end
%= include '_footer', version => stash('version')
......@@ -90,5 +90,3 @@
</div>
%= include '_history_trains', date_format => '%d.%m.%Y', link_prefix => "/p/${name}/j/", journeys => $journeys;
% }
%= include '_footer', version => stash('version')
......@@ -64,5 +64,3 @@
</p>
</div>
</div>
%= include '_footer', version => stash('version')
......@@ -3,5 +3,3 @@
%= include '_public_status_card', name => $name, privacy => $privacy, journey => $journey
</div>
</div>
%= include '_footer', version => stash('version')
......@@ -167,5 +167,3 @@
</div>
</div>
</div>
%= include '_footer', version => stash('version')
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