From 7fe48fc80737fb3a2511c7a517d07ca00da7ea48 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Fri, 20 Sep 2013 11:27:41 +0200 Subject: [PATCH] SONAR-4521 Ability to apply a permission template at project level --- .../views/permission_templates/index.html.erb | 8 +-- .../app/views/project_roles/index.html.erb | 64 +++++++++++-------- .../views/roles/_apply_template_form.html.erb | 53 +++++++-------- .../WEB-INF/app/views/roles/projects.html.erb | 32 +++++----- 4 files changed, 84 insertions(+), 73 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/permission_templates/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/permission_templates/index.html.erb index e948e83a566..6502fb9203c 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/permission_templates/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/permission_templates/index.html.erb @@ -2,13 +2,13 @@ <%= render :partial => 'roles/tabs', :locals => {:selected_tab=>'Permission templates'} %>
-
-