OSDN Git Service

Show participants on issues, including mentions, and notify email to all participants
authorJavier Castro <javiercastro@nexion.com.ar>
Thu, 9 May 2013 23:37:47 +0000 (20:37 -0300)
committerJavier Castro <javiercastro@nexion.com.ar>
Mon, 24 Jun 2013 14:55:44 +0000 (11:55 -0300)
commitcf35d19c2ef6afd04b7339e5425f2f4a015e6acf
tree43c794093165a85a726b177207337db980a5af5a
parenta324960d92d4c2436064329137857686d90100b5
Show participants on issues, including mentions, and notify email to all participants
app/assets/stylesheets/sections/issues.scss
app/helpers/projects_helper.rb
app/models/concerns/issuable.rb
app/models/concerns/mentionable.rb [new file with mode: 0644]
app/models/note.rb
app/services/notification_service.rb
app/views/issues/show.html.haml
spec/services/notification_service_spec.rb