diff --git a/lib/Tuba/files/templates/image/object.html.ep b/lib/Tuba/files/templates/image/object.html.ep index 46f7631f..2ae1e2a3 100644 --- a/lib/Tuba/files/templates/image/object.html.ep +++ b/lib/Tuba/files/templates/image/object.html.ep @@ -44,6 +44,10 @@ %= include commify => objs => scalar $image->all_people

<%= $image->description // ''%>

+ % if ($image->usage_limits) { +

<%= $image->usage_limits %>

+ % } + % if ($image->time_start && $image->time_end) {

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)') %>.