浏览代码

Removed extra p tag.

git-svn-id: http://svn.redmine.org/redmine/trunk@17753 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.1.0
Jean-Philippe Lang 5 年前
父节点
当前提交
22f93b566d
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      app/views/settings/_authentication.html.erb

+ 0
- 1
app/views/settings/_authentication.html.erb 查看文件

@@ -1,7 +1,6 @@
<%= form_tag({:action => 'edit', :tab => 'authentication'}) do %>

<div class="box tabular settings">
<p>
<p><%= setting_select :login_required, [[l(:label_login_required_yes), "1"],
[l(:label_login_required_no), "0"]] %>
<em class="info"><%= t(:text_login_required_html, anonymous_role_path: edit_role_path(Role.anonymous)) %></em>

正在加载...
取消
保存