diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-29 22:04:46 +0200 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-29 22:04:46 +0200 | 
| commit | 4d159fe3785a5a131d36b8ec8676b5abf7eb2fb8 (patch) | |
| tree | d924f4fed4d3fb435a0887ae64570d3e4cc4c3fc | |
| parent | 03fe2757f36618737a557bd7b4cfdfe3dd367829 (diff) | |
Landing page, departure list: Rename DB (IRIS-TTS) to IRIS as well
| -rw-r--r-- | templates/departures.html.ep | 2 | ||||
| -rw-r--r-- | templates/landingpage.html.ep | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/templates/departures.html.ep b/templates/departures.html.ep index 6b16ce7..a86a7b5 100644 --- a/templates/departures.html.ep +++ b/templates/departures.html.ep @@ -17,7 +17,7 @@  				<a href="/account/select_backend?redirect_to=<%= $self_link %>" class="btn-small btn-flat"><i class="material-icons left" aria-hidden="true">directions</i><%= $user->{backend_name} %></a>  			% }  			% else { -				<a href="/account/select_backend?redirect_to=<%= $self_link %>" class="btn-small btn-flat"><i class="material-icons left" aria-hidden="true">train</i>DB</a> +				<a href="/account/select_backend?redirect_to=<%= $self_link %>" class="btn-small btn-flat"><i class="material-icons left" aria-hidden="true">train</i>IRIS</a>  			% }  		% }  	</div> diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index f8f39e4..68ff41c 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -70,7 +70,7 @@  								<a href="/account/select_backend?redirect_to=/" class="btn btn-flat"><i class="material-icons left" aria-hidden="true">directions</i><%= $user->{backend_name} %></a>  							% }  							% else { -								<a href="/account/select_backend?redirect_to=/" class="btn btn-flat"><i class="material-icons left" aria-hidden="true">train</i>DB</a> +								<a href="/account/select_backend?redirect_to=/" class="btn btn-flat"><i class="material-icons left" aria-hidden="true">train</i>IRIS</a>  							% }  							<button class="btn right waves-effect waves-light btn-flat" type="submit" name="action" value="departures">  								<i class="material-icons left" aria-hidden="true">send</i> | 
