(refs #10) Add notification. Notification of when merging is not

implemented yet.
This commit is contained in:
shimamoto
2013-09-02 07:40:41 +09:00
parent f5520e7991
commit 3fc792fcf8
3 changed files with 39 additions and 26 deletions

View File

@@ -55,8 +55,8 @@ object Notifier {
|<a href="${url}">View it on GitBucket</a>
""".stripMargin
def msgStatus(id: Int, url: String) = (content: String) => s"""
|${content} <a href="${url}">#${id}</a>
def msgStatus(url: String) = (content: String) => s"""
|${content} <a href="${url}">#${url split('/') last}</a>
""".stripMargin
}