Skip to content

Commit

Permalink
Reviewers can show each proposal's spoken_language
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Dec 11, 2024
1 parent 377779b commit 4ba633b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/staff/proposal_reviews/_reviewer_contents.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
.markdown{ data: { 'field-id' => 'proposal_pitch' } }
= markdown(proposal.pitch)

.proposal-section
%h3.control-label Spoken Language
.markdown{ data: { 'field-id' => 'proposal_spoken_language' } }
= proposal.spoken_language

- unless proposal.custom_fields.empty?
- proposal.proposal_data[:custom_fields].select do |key,value|
.proposal-section
Expand Down

0 comments on commit 4ba633b

Please sign in to comment.