Welcome to mirror list, hosted at ThFree Co, Russian Federation.

note_wall_email.html.haml « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 92200e83efa4db613a12e79c1d34b96355732a5d (plain)
1
2
3
4
5
%p
  New message on
  = link_to "Project Wall", project_wall_url(@note.project, anchor: "note_#{@note.id}")

= render 'note_message'