Navigation Menu

Skip to content

Commit

Permalink
usage limits for image
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Duggan committed Apr 29, 2015
1 parent 224e3d6 commit 16f6440
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Tuba/files/templates/image/object.html.ep
Expand Up @@ -44,6 +44,10 @@
%= include commify => objs => scalar $image->all_people
<p><%= $image->description // ''%></p>

% if ($image->usage_limits) {
<p><%= $image->usage_limits %></p>
% }

% if ($image->time_start && $image->time_end) {
<p>The time range for this image is <%= $image->time_start->strftime('%B %d, %Y (%H:%M %p)') %>
to <%= $image->time_end->strftime('%B %d, %Y (%H:%M %p)') %>.</p>
Expand Down

0 comments on commit 16f6440

Please sign in to comment.