Sha256: 13862f7a2c7aeed11073dea1bf1bf61e3709b6ba23e0dbeaa0f33ac99be33121
Contents?: true
Size: 1.45 KB
Versions: 19
Compression:
Stored size: 1.45 KB
Contents
<%# Copyright © 2012 The Pennsylvania State University Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. %> <%- height = 42 if height.blank? -%> <%- width = 36 if width.blank? -%> <% if (document.mime_type) %> <% if document.image? %> <%= link_to image_tag(sufia.download_path(document["id"], {:datastream_id => 'thumbnail'}), {:width=>width}), sufia.generic_file_path(document.noid) %> <% elsif document.pdf? %> <%= link_to image_tag(sufia.download_path(document["id"], {:datastream_id => 'thumbnail'}), {:width=>width}),sufia.generic_file_path(document.noid) %> <% elsif document.video? %> <%= link_to image_tag(sufia.download_path(document["id"], {:datastream_id => 'thumbnail'}), {:width=>width}),sufia.generic_file_path(document.noid) %> <% else %> <%= link_to image_tag("/assets/default.png", {:width=>width}), sufia.generic_file_path(document) %> <% end %> <% else %> <%= link_to image_tag("/assets/default.png", {:width=>width}), sufia.generic_file_path(document) %> <% end %>
Version data entries
19 entries across 19 versions & 1 rubygems