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
d5178727
Commit
d5178727
authored
Aug 04, 2021
by
Kati Paizee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revise UI text for PlantUML settings
Revise Admin Area settings UI text for PlantUML Changelog: other
parent
efe3c814
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
app/views/admin/application_settings/_plantuml.html.haml
app/views/admin/application_settings/_plantuml.html.haml
+3
-4
locale/gitlab.pot
locale/gitlab.pot
+6
-3
No files found.
app/views/admin/application_settings/_plantuml.html.haml
View file @
d5178727
...
...
@@ -6,7 +6,8 @@
%button
.btn.gl-button.btn-default.js-settings-toggle
{
type:
'button'
}
=
expanded
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
%p
=
_
(
'Allow rendering of PlantUML diagrams in Asciidoc documents.'
)
=
_
(
'Render diagrams in your documents using PlantUML.'
)
=
link_to
_
(
'Learn more.'
),
help_page_path
(
'administration/integration/plantuml.md'
),
target:
'_blank'
,
rel:
'noopener noreferrer'
.settings-content
=
form_for
@application_setting
,
url:
general_admin_application_settings_path
(
anchor:
'js-plantuml-settings'
),
html:
{
class:
'fieldset-form'
,
id:
'plantuml-settings'
}
do
|
f
|
=
form_errors
(
@application_setting
)
if
expanded
...
...
@@ -20,8 +21,6 @@
=
f
.
label
:plantuml_url
,
_
(
'PlantUML URL'
),
class:
'label-bold'
=
f
.
text_field
:plantuml_url
,
class:
'form-control gl-form-input'
,
placeholder:
'http://your-plantuml-instance:8080'
.form-text.text-muted
Allow rendering of
=
link_to
"PlantUML"
,
"http://plantuml.com"
diagrams in Asciidoc documents using an external PlantUML service.
=
_
(
'The hostname of your PlantUML server.'
)
=
f
.
submit
_
(
'Save changes'
),
class:
"gl-button btn btn-confirm"
locale/gitlab.pot
View file @
d5178727
...
...
@@ -3342,9 +3342,6 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
msgid "Allow requests to the local network from hooks and services."
msgstr ""
...
...
@@ -27694,6 +27691,9 @@ msgstr ""
msgid "Rename/Move"
msgstr ""
msgid "Render diagrams in your documents using PlantUML."
msgstr ""
msgid "Renew subscription"
msgstr ""
...
...
@@ -32983,6 +32983,9 @@ msgstr ""
msgid "The group_project_ids parameter is only allowed for a group"
msgstr ""
msgid "The hostname of your PlantUML server."
msgstr ""
msgid "The hostname of your Snowplow collector."
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