Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3ad3b10f
Commit
3ad3b10f
authored
Jul 20, 2020
by
Jose Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing translation files
parent
3a81e4a7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
8 deletions
+16
-8
app/views/admin/hook_logs/show.html.haml
app/views/admin/hook_logs/show.html.haml
+2
-2
app/views/profiles/chat_names/new.html.haml
app/views/profiles/chat_names/new.html.haml
+5
-6
locale/gitlab.pot
locale/gitlab.pot
+9
-0
No files found.
app/views/admin/hook_logs/show.html.haml
View file @
3ad3b10f
-
page_title
_
(
'Request details'
)
%h3
.page-title
Request details
=
_
(
"Request details"
)
%hr
=
link_to
'Resend Request'
,
retry_admin_hook_hook_log_path
(
@hook
,
@hook_log
),
method: :post
,
class:
"btn btn-default float-right gl-ml-3"
=
link_to
_
(
"Resend Request"
)
,
retry_admin_hook_hook_log_path
(
@hook
,
@hook_log
),
method: :post
,
class:
"btn btn-default float-right gl-ml-3"
=
render
partial:
'shared/hook_logs/content'
,
locals:
{
hook_log:
@hook_log
}
app/views/profiles/chat_names/new.html.haml
View file @
3ad3b10f
%h3
.page-title
Authorization required
%h3
.page-title
=
_
(
"Authorization required"
)
%main
{
:role
=>
"main"
}
%p
.h4
Authorize
%strong
.text-info
=
@chat_name_params
[
:chat_name
]
to use your account?
=
_
(
"Authorize <strong>%{user}</strong> to use your account?"
).
html_safe
%
{
user:
@chat_name_params
[
:chat_name
]
}
%hr
.actions
=
form_tag
profile_chat_names_path
,
method: :post
do
=
hidden_field_tag
:token
,
@chat_name_token
.
token
=
submit_tag
"Authorize"
,
class:
"btn btn-success wide float-left"
=
submit_tag
_
(
"Authorize"
)
,
class:
"btn btn-success wide float-left"
=
form_tag
deny_profile_chat_names_path
,
method: :delete
do
=
hidden_field_tag
:token
,
@chat_name_token
.
token
=
submit_tag
"Deny"
,
class:
"btn btn-danger gl-ml-3"
=
submit_tag
_
(
"Deny"
)
,
class:
"btn btn-danger gl-ml-3"
locale/gitlab.pot
View file @
3ad3b10f
...
...
@@ -3429,6 +3429,9 @@ msgstr ""
msgid "Authorization key"
msgstr ""
msgid "Authorization required"
msgstr ""
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
...
...
@@ -3438,6 +3441,9 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
msgid "Authorize <strong>%{user}</strong> to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
msgstr ""
...
...
@@ -20114,6 +20120,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
msgid "Resend Request"
msgstr ""
msgid "Resend confirmation email"
msgstr ""
...
...
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