We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent addb4b6 commit d7b562eCopy full SHA for d7b562e
1 file changed
app/views/transcripts/show.html.erb
@@ -4,7 +4,7 @@
4
<p class="text-center"><em><strong>
5
<%= @student.cohort.try(:description).try('include?', 'Data Engineering') ? 'Data Engineering' : 'Web and Mobile Development' %>
6
</em></p>
7
- <p class="text-center">400 SW 6th Ave, Suite 800, Portland OR 97204</p>
+ <p class="text-center">520 SW 6th Ave, Suite 300, Portland OR 97204</p>
8
<p>Student: <strong><%= @student.name %></strong></p>
9
<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>
10
0 commit comments