Skip to content
Snippets Groups Projects
Commit b965de36 authored by Tyler Lemburg's avatar Tyler Lemburg
Browse files

Show reservation title on space home page

parent f78e185c
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,9 @@ You have no upcoming reservations. You can view upcoming trainings to get certif
<% if !reservation.event.nil? %>
<br><small><%= reservation.event.title %></small>
<% end %>
<% unless reservation.title.nil? || reservation.title.empty? %>
<br><small><%= reservation.title %></small>
<% end %>
</td>
<td>
<%= reservation.start_time.in_time_zone.strftime('%m/%d/%Y @ %l:%M %P') %><br>
......
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