Project

General

Profile

Patch #12850 » user_mail_notifications_by_project_with_project_links_r18068.diff

Go MAEDA, 2019-04-21 02:44

View differences:

app/views/users/_mail_notifications.html.erb
16 16
             project.id,
17 17
             @user.notified_projects_ids.include?(project.id),
18 18
             :id => nil
19
          ) + ' ' + h(project.name)
19
          ) + ' ' + link_to_project(project)
20 20
        )
21 21
      end %>
22 22
  <%= hidden_field_tag 'user[notified_project_ids][]', '' %>
(2-2/2)