|
@@ -2,7 +2,7 @@
|
2
|
2
|
<ul>
|
3
|
3
|
<li><%= @person.birth_date %></li>
|
4
|
4
|
<li><%= @person.email %></li>
|
5
|
|
- <li>AttendanceReminder: <%= @person.send_attendance_reminder.to_i %></li>
|
|
5
|
+ <li>AttendanceReminder: <%= @person.send_attendance_reminder.to_s %></li>
|
6
|
6
|
</ul>
|
7
|
7
|
<%= link_to t(:edit), edit_person_path(@person) %> |
|
8
|
8
|
<%= link_to t(:back), people_path %>
|