diff --git a/app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco b/app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco index bc63f36d0..3127bda9e 100644 --- a/app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco +++ b/app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco @@ -22,10 +22,25 @@ <% for stateType, options of @preferences: %> - <%= @translationTable[stateType] %> - - - + + <%= @translationTable[stateType] %> + + + + + + + <% end %>