Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
birger
users
Commits
166a1fa1
Commit
166a1fa1
authored
Jul 30, 2021
by
o@immerda.ch
Browse files
remove deprecated feature from view
parent
e2619139
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/views/users/_active.html.erb
View file @
166a1fa1
...
@@ -9,12 +9,6 @@
...
@@ -9,12 +9,6 @@
</div>
</div>
<hr
/>
<hr
/>
<%=
form_tag
(
"
#{
users_path
}
/
#{
URI
::
escape
(
@the_user
[
'email'
])
}
"
,
method:
"post"
)
do
%>
<%=
label_tag
(
:forward
,
(
t
:forward_to_list
))
%>
<%=
text_field_tag
(
:forward
,
@the_user
[
'forward'
])
%>
<%=
submit_tag
(
t
:update
)
%>
<%
end
%>
<%=
form_tag
(
"
#{
users_path
}
/
#{
URI
::
escape
(
@the_user
[
'email'
])
}
"
,
method:
"post"
)
do
%>
<%=
form_tag
(
"
#{
users_path
}
/
#{
URI
::
escape
(
@the_user
[
'email'
])
}
"
,
method:
"post"
)
do
%>
<%=
label_tag
(
:quota
,
(
t
:quota
))
%>
<%=
label_tag
(
:quota
,
(
t
:quota
))
%>
<%=
text_field_tag
(
:quota
,
@the_user
[
'mbxquota'
])
%>
<%=
text_field_tag
(
:quota
,
@the_user
[
'mbxquota'
])
%>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment