浏览代码

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'} %>


正在加载...
取消
保存