1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-24 09:21:12 +00:00

Removed extra p tag.

git-svn-id: http://svn.redmine.org/redmine/trunk@17753 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2018-12-16 14:06:20 +00:00
parent fb1d0bf165
commit 22f93b566d

View File

@ -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>