-
- 下载
Merge pull request #3898 from jacargentina/notifymentioned
Notify email to mentioned users; show participants ala github on issuables
显示
- app/assets/stylesheets/sections/issues.scss 4 个添加, 0 个删除app/assets/stylesheets/sections/issues.scss
- app/helpers/projects_helper.rb 3 个添加, 3 个删除app/helpers/projects_helper.rb
- app/models/concerns/issuable.rb 15 个添加, 0 个删除app/models/concerns/issuable.rb
- app/models/concerns/mentionable.rb 37 个添加, 0 个删除app/models/concerns/mentionable.rb
- app/models/note.rb 2 个添加, 0 个删除app/models/note.rb
- app/services/notification_service.rb 11 个添加, 4 个删除app/services/notification_service.rb
- app/views/issues/show.html.haml 5 个添加, 0 个删除app/views/issues/show.html.haml
- spec/services/notification_service_spec.rb 4 个添加, 1 个删除spec/services/notification_service_spec.rb
app/models/concerns/mentionable.rb
0 → 100644
想要评论请 注册 或 登录