Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Commit

Permalink
Adding instantiation dates to display
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Trautmann committed Sep 29, 2011
1 parent c31f54a commit 960ddbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/assets/show.haml
Expand Up @@ -51,6 +51,7 @@

%dl
= render :partial => "field_array", :locals => {:objs => instantiation.format_ids, :field => "Format ID", :key => :format_identifier_source, :value => :format_identifier, :searchkey => :identifier, :searchvalue => :format_identifier}
= render :partial => "field_array", :locals => {:objs => instantiation.instantiation_dates, :field => "Date", :key => :instantiation_date_type, :value => :date }
-#= render :partial => "field_one", :locals => {:key => "Date Created", :value => instantiation.date_created}
-#= render :partial => "field_one", :locals => {:key => "Date Issued", :value => instantiation.date_issued}
= render :partial => "field_one", :locals => {:key => "Format", :value => instantiation.format, :field => :name }
Expand Down

0 comments on commit 960ddbf

Please sign in to comment.