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

Commit

Permalink
Merge pull request #1027 from kawazrepos/fix-slack-template
Browse files Browse the repository at this point in the history
Fix slack template
  • Loading branch information
giginet committed Dec 30, 2015
2 parents 55558b0 + 82cbd7f commit fae173a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/templates/activities/comment_added.slack.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<username={{ comment.user.nickname }}>
<icon_url=http://{{ site.domain }}{{ comment.user.get_large_avatar }}>
*「{{ 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 }}
```
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<username={{ object.nickname }}>
<icon_url=http://{{ site.domain }}{{ object.get_large_avatar }}>
*http://{{ site.domain }}{{ object.get_absolute_url }}|{{ service.label }}アカウント>の情報を追加しました*
*<http://{{ site.domain }}{{ object.get_absolute_url }}|{{ service.label }}アカウント>の情報を追加しました*

0 comments on commit fae173a

Please sign in to comment.