diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-10-10 22:34:58 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2024-10-10 22:34:58 +0200 |
commit | bc47fa5f7ba84d7ad57ed4bb40e5851cf97c4023 (patch) | |
tree | ece1b06b1a4be86daa77f0a85afd995a9de6c134 /index.html.erb | |
parent | f2fb5a3301128f7be1743fa6fc9f5f53251536f0 (diff) | |
download | ramaskrik-program-bc47fa5f7ba84d7ad57ed4bb40e5851cf97c4023.tar.gz ramaskrik-program-bc47fa5f7ba84d7ad57ed4bb40e5851cf97c4023.tar.bz2 ramaskrik-program-bc47fa5f7ba84d7ad57ed4bb40e5851cf97c4023.zip |
Add link to info page from movie title.
Diffstat (limited to 'index.html.erb')
-rw-r--r-- | index.html.erb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html.erb b/index.html.erb index ad3f561..62f31d2 100644 --- a/index.html.erb +++ b/index.html.erb @@ -53,7 +53,9 @@ <% end %> </div> <div class="event-item-meta"> - <div class="event-item-title"><%= e.title %></div> + <div class="event-item-title"> + <a href="https://ramaskrik.no<%= e.info_link %>"><%= e.title %></a> + </div> <div class="event-item-times"> <time datetime="<%= e.start_time.iso8601 %>"> <%= e.start_time.strftime('%H:%M') %> |