Sha256: 701fd18ccfca3228e41b5c3886e7584b9015bb67e02bcd074fd5a0c1bfb581be
Contents?: true
Size: 1.47 KB
Versions: 7
Compression:
Stored size: 1.47 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' %> <% end %> <% content_for :local_js do %> initialize_audio(); var addthis_config = {"data_track_addressbar":true}; <% end %> <% content_for :local_css do %> .audiojs { width: 338px; } <% 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 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
7 entries across 7 versions & 1 rubygems