Skip to content

Commit

Permalink
Merge pull request #579 from sparc-request/sj_consolidated_request_title
Browse files Browse the repository at this point in the history
title typo [#126240357]
  • Loading branch information
amcates committed Jul 26, 2016
2 parents aed71e6 + e62f0f9 commit b9ffbba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/dashboard/protocols/show.xlsx.axlsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ arm_r_totals = {}
sheet.add_row protocol_header_row, :style => header_style
sheet.add_row ["SPARC #{@protocol.class.to_s} ID:",@protocol.id], :style => default
sheet.add_row ["Short Title:",@protocol.short_title], :style => default
sheet.add_row ["Protocol Title:", @protocol.short_title], :style => default
sheet.add_row ["Protocol Title:", @protocol.title], :style => default
sheet.add_row ["Sponsor:", @protocol.sponsor_name], :style => default
sheet.add_row ["Primary PI Name:", @protocol.primary_principal_investigator.full_name], :style => default

Expand Down Expand Up @@ -193,7 +193,7 @@ wb.insert_worksheet(0, name: "Summary") do |sheet|

sheet.add_row ["SPARC #{@protocol.class.to_s} ID:", "", @protocol.id], :style => default
sheet.add_row ["Short Title:", "", @protocol.short_title], :style => default
sheet.add_row ["Protocol Title:", "", @protocol.short_title], :style => default
sheet.add_row ["Protocol Title:", "", @protocol.title], :style => default
sheet.add_row ["Sponsor:", "", @protocol.sponsor_name], :style => default
sheet.add_row ["Primary PI Name:", "", @protocol.primary_principal_investigator.full_name], :style => default
sheet.add_row ["Business Manager:", "", @protocol.billing_managers.map(&:full_name).try(:join, ', ')], :style => default
Expand Down

0 comments on commit b9ffbba

Please sign in to comment.