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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
319fd65c
Commit
319fd65c
authored
Nov 07, 2017
by
Jose Ivan Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing strings to prepare the tags page for internationalization
parent
3ae9346a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/views/projects/tags/new.html.haml
app/views/projects/tags/new.html.haml
+3
-3
No files found.
app/views/projects/tags/new.html.haml
View file @
319fd65c
...
...
@@ -33,7 +33,7 @@
=
s_
(
'TagsPage|Optionally, add a message to the tag.'
)
%hr
.form-group
=
label_tag
:release_description
,
'Release notes'
,
class:
'control-label'
=
label_tag
:release_description
,
s_
(
'TagsPage|Release notes'
)
,
class:
'control-label'
.col-sm-10
=
render
layout:
'projects/md_preview'
,
locals:
{
url:
preview_markdown_path
(
@project
),
referenced_users:
true
}
do
=
render
'projects/zen'
,
attr: :release_description
,
classes:
'note-textarea'
,
placeholder:
s_
(
'TagsPage|Write your release notes or drag files here...'
),
current_text:
@release_description
...
...
@@ -41,6 +41,6 @@
.help-block
=
s_
(
'TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page.'
)
.form-actions
=
button_tag
'Create tag'
,
class:
'btn btn-create'
,
tabindex:
3
=
link_to
'Cancel'
,
project_tags_path
(
@project
),
class:
'btn btn-cancel'
=
button_tag
s_
(
'TagsPage|Create tag'
)
,
class:
'btn btn-create'
,
tabindex:
3
=
link_to
s_
(
'TagsPage|Cancel'
)
,
project_tags_path
(
@project
),
class:
'btn btn-cancel'
%script
#availableRefs
{
type:
"application/json"
}=
@project
.
repository
.
ref_names
.
to_json
.
html_safe
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