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
2d052b88
Commit
2d052b88
authored
Jul 19, 2019
by
o@immerda.ch
Browse files
enable app pw
parent
3638682d
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/views/welcome/index.html.erb
View file @
2d052b88
...
...
@@ -15,12 +15,9 @@
<li>
<%=
link_to
(
t
:recovery_token
)
,
mail_crypt_token_path
%>
<br
/>
<%=
t
(
:recovery_token_short_help
)
%>
</li>
<%
if
feature_toggle?
(
'app_passwords'
)
%>
<%# still a feature we want only in beta %>
<li>
<%=
link_to
(
t
:app_passwords
)
,
app_passwords_path
%>
(beta)
<br
/>
<%=
t
(
:app_passwords_short_help
)
%>
</li>
<%
end
%>
<li>
<%=
link_to
(
t
:app_passwords
)
,
app_passwords_path
%>
(beta)
<br
/>
<%=
t
(
:app_passwords_short_help
)
%>
</li>
<%
else
%>
<li>
<%=
link_to
(
t
:mail_crypt_settings
)
,
mail_crypt_path
%>
(beta)
<br
/>
<%=
t
(
:mail_crypt_short_help
)
%>
...
...
Write
Preview
Markdown
is supported
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