diff options
Diffstat (limited to 'templates/journey.html.ep')
-rw-r--r-- | templates/journey.html.ep | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/journey.html.ep b/templates/journey.html.ep index 9b7ad9c..7be4f78 100644 --- a/templates/journey.html.ep +++ b/templates/journey.html.ep @@ -113,6 +113,9 @@ % else { ? % } + % if ($journey->{edited} & 0x0010) { + ∗ + % } </td> </tr> <tr> @@ -174,6 +177,9 @@ % else { <span style="color: #666666;"><%= $station->[0] %></span> % } + % if ($journey->{edited} & 0x0010) { + ∗ + % } <br/> % } </td> |