Skip to content

Commit d7b562e

Browse files
committed
update transcript address
1 parent addb4b6 commit d7b562e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/transcripts/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<p class="text-center"><em><strong>
55
<%= @student.cohort.try(:description).try('include?', 'Data Engineering') ? 'Data Engineering' : 'Web and Mobile Development' %>
66
</em></p>
7-
<p class="text-center">400 SW 6th Ave, Suite 800, Portland OR 97204</p>
7+
<p class="text-center">520 SW 6th Ave, Suite 300, Portland OR 97204</p>
88
<p>Student: <strong><%= @student.name %></strong></p>
99
<p>Dates Enrolled: <%= @student.courses.order(:start_date).first.start_date.strftime('%B %d, %Y') %> - <%= @student.courses.order(:start_date).last.end_date.strftime('%B %d, %Y') %></p>
1010

0 commit comments

Comments
 (0)