Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Fix link position of Slack notification (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Mar 20, 2017
1 parent 8a41e59 commit b0d8038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/activities/comment_added.slack.txt
@@ -1,6 +1,6 @@
<username={{ comment.user.nickname }}>
<icon_url=http://{{ site.domain }}{{ comment.user.get_large_avatar }}>
*「<http://{{ site.domain }}{{ comment.content_object.get_absolute_url }}|{{ comment.content_object }}」>にコメントしました <http://{{ site.domain }}{{ comment.get_absolute_url }}>*
*「<http://{{ site.domain }}{{ comment.content_object.get_absolute_url }}|{{ comment.content_object }}>」にコメントしました <http://{{ site.domain }}{{ comment.get_absolute_url }}>*
```
{{ comment.comment | kfm | striptags | truncatechars_html:150 }}
```

0 comments on commit b0d8038

Please sign in to comment.