7 lines
349 B
Plaintext
7 lines
349 B
Plaintext
<% define_content :link do %>
|
|
<%= HostUrl.protocol %>://<%= HostUrl.context_host(delayed_messages.first.try(:context)) %>
|
|
<% end %>
|
|
<%= t :tweet, "Canvas Alert - %{notification_count} new notifications", :notification_count => delayed_messages.length %>
|
|
|
|
<%= HostUrl.protocol %>://<%= HostUrl.context_host(delayed_messages.first.try(:context)) %>
|