new_discussion_entry.sms.mustache 286 B

123456
  1. <%= t "New Comment for %{discussion_topic}, %{course}", :discussion_topic => asset.title, :course => asset.context.name %>
  2. <%= HtmlTextHelper.strip_and_truncate(asset.message, :max_length => 50) %>
  3. <%= t :details, "More info at %{url}", :url => HostUrl.context_host(asset.context) %>