mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 05:55:51 +01:00
(refs #10) Add notification. Notification of when merging is not
implemented yet.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user