|
<% define_content :user_name do %>
|
|
<%= asset.author.short_name_with_shared_contexts(user) rescue t(:unknown_user, "Unknown User") %>
|
|
<% end %>
|
|
<%= t :tweet, "Canvas Alert - Added to conversation by %{user_name}.", :user_name => content(:user_name) %>
|