Unverified Commit 906a8a4f authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

departure board: add footer

parent 8198c9fe
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -977,6 +977,8 @@ sub station {
							related_stations => $status->{related_stations},
							connections      => \@connecting_trains,
							title   => "travelynx: $status->{station_name}",
							version => $self->app->config->{version}
							  // 'UNKNOWN',
						);
					}
				)->catch(
@@ -988,6 +990,8 @@ sub station {
							station          => $status->{station_name},
							related_stations => $status->{related_stations},
							title   => "travelynx: $status->{station_name}",
							version => $self->app->config->{version}
							  // 'UNKNOWN',
						);
					}
				)->wait;
@@ -1000,6 +1004,7 @@ sub station {
					station          => $status->{station_name},
					related_stations => $status->{related_stations},
					title            => "travelynx: $status->{station_name}",
					version => $self->app->config->{version} // 'UNKNOWN',
				);
			}
		}
+2 −0
Original line number Diff line number Diff line
@@ -111,3 +111,5 @@
		</table>
	</div>
</div>

%= include '_footer', version => stash('version')