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 #875 from kawazrepos/873
Browse files Browse the repository at this point in the history
HipChat連携通知を直した
  • Loading branch information
giginet committed Mar 31, 2015
2 parents 358c438 + d155cdc commit ddc2def
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<strong><a href="http://{{ site.domain }}{{ user.get_absolute_url }}">{{ user.nickname }}</a>さんが「<a href="http://{{ site.domain }}{{ object.get_absolute_url }}">{{ object }}</a>」に参加しました</strong>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<strong><a href="http://{{ site.domain }}{{ user.get_absolute_url }}">{{ user.nickname }}</a>さんが「<a href="http://{{ site.domain }}{{ object.get_absolute_url }}">{{ object }}</a>」への参加をやめました</strong>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<strong><a href="http://{{ site.domain }}{{ object.get_absolute_url }}">{{ object.nickname }}</a>」さんがプロフィールを更新しました</strong>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<strong><a href="http://{{ site.domain }}{{ user.get_absolute_url }}">{{ user.nickname }}</a>さんが「<a href="http://{{ site.domain }}{{ object.get_absolute_url }}">{{ object }}</a>」に参加しました</strong>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<strong><a href="http://{{ site.domain }}{{ user.get_absolute_url }}">{{ user.nickname }}</a>さんが「<a href="http://{{ site.domain }}{{ object.get_absolute_url }}">{{ object }}</a>」への参加をやめました</strong>

0 comments on commit ddc2def

Please sign in to comment.