Update index.html.erb
This commit is contained in:
parent
4bd5be2154
commit
7e0ad0e459
1 changed files with 2 additions and 2 deletions
|
@ -39,11 +39,11 @@
|
||||||
<% when TOPIC_CONNECTED_1 %>
|
<% when TOPIC_CONNECTED_1 %>
|
||||||
<% topic1 = notification.notified_object&.topic1 %>
|
<% topic1 = notification.notified_object&.topic1 %>
|
||||||
<% topic2 = notification.notified_object&.topic2 %>
|
<% topic2 = notification.notified_object&.topic2 %>
|
||||||
connected <span class="in-bold"><%= topic1.name %></span> to <span class="in-bold"><%= topic2.name %></span>
|
connected <span class="in-bold"><%= topic1&.name %></span> to <span class="in-bold"><%= topic2&.name %></span>
|
||||||
<% when TOPIC_CONNECTED_2 %>
|
<% when TOPIC_CONNECTED_2 %>
|
||||||
<% topic1 = notification.notified_object&.topic1 %>
|
<% topic1 = notification.notified_object&.topic1 %>
|
||||||
<% topic2 = notification.notified_object&.topic2 %>
|
<% topic2 = notification.notified_object&.topic2 %>
|
||||||
connected <span class="in-bold"><%= topic2.name %></span> to <span class="in-bold"><%= topic1.name %></span>
|
connected <span class="in-bold"><%= topic2&.name %></span> to <span class="in-bold"><%= topic1&.name %></span>
|
||||||
<% when MESSAGE_FROM_DEVS %>
|
<% when MESSAGE_FROM_DEVS %>
|
||||||
<%= notification.subject %>
|
<%= notification.subject %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Add table
Reference in a new issue