소스 검색

fix edition of user rules

tags/2.6
simonbrandhof 13 년 전
부모
커밋
d62dab83dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/edit.html.erb

+ 1
- 1
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/edit.html.erb 파일 보기

@@ -1,4 +1,4 @@
<h1 class="marginbottom10"><%= link_to 'Quality profiles', profiles_path %> / <%= h @profile.language -%> / <%= h @profile.name %></h1>
<h1 class="marginbottom10"><%= link_to 'Quality profiles', :controller => 'profiles', :action => 'index' -%> / <%= h @profile.language -%> / <%= h @profile.name %></h1>

<%= render :partial => 'profiles/tabs', :locals => {:new_tab => 'Edit rule'} %>


Loading…
취소
저장