Sha256: 258209f5be886654f9c41210280d5dd2dfe392614398e8926d906468a4e37236
Contents?: true
Size: 1.51 KB
Versions: 3
Compression:
Stored size: 1.51 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. %> <% content_for :js_head do %> <% javascript_include_tag 'https://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4ff1d986721ebb24' %> <script type="text/javascript"> var addthis_config = {"data_track_addressbar":true}; </script> <% end %> <% content_for :local_js do %> initialize_audio(); <% end %> <%= render :partial => 'generic_files/breadcrumbs' %> <h1 class="lower"><%= display_title(@generic_file) %></h1> <div class="row"> <div class="span40"> <%= render :partial => 'generic_files/media_display' %> </div> <div class="span2"> </div> <div itemscope itemtype="http://schema.org/CreativeWork" class="span68"><!-- class="column second"> --> <%= render partial: 'show_actions' %> <%= render partial: 'show_descriptions' %> <%= render partial: 'show_details' %> <%= render :partial => 'users/activity_log', :locals => {:events => @events} %> </div><!-- /columns second --> </div> <!-- /columns two-b -->
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sufia-1.2.0 | app/views/generic_files/show.html.erb |
sufia-1.1.0 | app/views/generic_files/show.html.erb |
sufia-1.0.0 | app/views/generic_files/show.html.erb |