Update show view to display sections
This commit is contained in:
parent
f79bb3eddc
commit
c9fdc86775
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
<dd><%= @alert.department %></dd>
|
||||
<dt><strong><%= model_class.human_attribute_name(:course) %>:</strong></dt>
|
||||
<dd><%= @alert.course %></dd>
|
||||
<dt><strong><%= model_class.human_attribute_name(:sections) %>:</strong></dt>
|
||||
<dd><%= @alert.sections.join(', ') %> </dd>
|
||||
<dt><strong><%= model_class.human_attribute_name(:semester) %>:</strong></dt>
|
||||
<dd><%= @alert.semester %></dd>
|
||||
<dt><strong><%= model_class.human_attribute_name(:alerted) %>:</strong></dt>
|
||||
|
|
Loading…
Reference in a new issue