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

Tune ups on agenda page

parent 6593406b
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ No reservations today. Hopefully someone will still come in to use the space!<br
<thead>
<tr>
<th>Name</th>
<th>Tool</th>
<th>Resource</th>
<th>Time</th>
</tr>
</thead>
......@@ -47,7 +47,10 @@ No reservations today. Hopefully someone will still come in to use the space!<br
<% if reservation.user %>
<%= reservation.user.full_name %>
<% elsif !reservation.event.nil? %>
<strong>Event:</strong> <%= reservation.event.title %>
<strong>Event:</strong> <%= reservation.event.title %>
<% end %>
<% unless reservation.title.nil? || reservation.title.empty? %>
<br><small><%= reservation.title %></small>
<% end %>
</td>
<td>
......@@ -68,7 +71,7 @@ Today's Events
</h4>
<% if events.empty? %>
No events today. Perhaps you'd like to create one?<br>
<a href="/admin/events/create/" class="wdn-button wdn-button-brand">New Event</a>
<a href="<%= @space.admin_events_href %>/create/" class="wdn-button wdn-button-brand">New Event</a>
<% else %>
<table>
<thead>
......@@ -96,7 +99,7 @@ No events today. Perhaps you'd like to create one?<br>
</tbody>
</table>
<br>
<a href="/admin/events/" class="wdn-button wdn-button-triad">Go To Events</a>
<a href="<%= @space.admin_events_href %>" class="wdn-button wdn-button-triad">Go To Events</a>
<% end %>
<script type="text/javascript">
......
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