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
a1b1cbdd
Commit
a1b1cbdd
authored
Sep 20, 2017
by
Tim Zallmann
Committed by
Tim Zallmann
Sep 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes for Burndown Charts, Issue Templates and Tab Index of Promotion Link
parent
5f9c1a0c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/shared/issuable/form/_title.html.haml
app/views/shared/issuable/form/_title.html.haml
+1
-1
ee/app/views/shared/promotions/_promote_burndown_charts.html.haml
...iews/shared/promotions/_promote_burndown_charts.html.haml
+1
-1
ee/app/views/shared/promotions/_promote_issue_templates.html.haml
...iews/shared/promotions/_promote_issue_templates.html.haml
+1
-1
No files found.
app/views/shared/issuable/form/_title.html.haml
View file @
a1b1cbdd
...
...
@@ -30,7 +30,7 @@
merge request from being merged before it's ready.
-
if
no_issuable_templates
&&
can?
(
current_user
,
:push_code
,
issuable
.
project
)
-
if
show_promotions?
-
if
show_promotions?
&&
!
@project
.
feature_available?
(
:issuable_default_templates
)
=
render
'shared/promotions/promote_issue_templates'
-
else
%p
.help-block
...
...
ee/app/views/shared/promotions/_promote_burndown_charts.html.haml
View file @
a1b1cbdd
-
if
show_promotions?
&&
show_callout?
(
'promote_burndown_charts_dismissed'
)
-
if
show_promotions?
&&
!
@project
.
feature_available?
(
:burndown_charts
)
&&
!
@project
.
feature_available?
(
:issue_weights
)
&&
show_callout?
(
'promote_burndown_charts_dismissed'
)
.user-callout.promotion-callout
#promote_burndown_charts
{
data:
{
uid:
'promote_burndown_charts_dismissed'
}
}
.bordered-box.content-block
%button
.btn.btn-default.close.js-close-callout
{
type:
'button'
,
'aria-label'
=>
'Dismiss burndown charts promotion'
}
...
...
ee/app/views/shared/promotions/_promote_issue_templates.html.haml
View file @
a1b1cbdd
.help-block
=
_
(
'Add'
)
=
link_to
'description templates'
,
'javascript:void(0);'
,
id:
'promotion-issue-template-link'
,
data:
{
toggle:
'dropdown'
}
=
link_to
'description templates'
,
'javascript:void(0);'
,
id:
'promotion-issue-template-link'
,
data:
{
toggle:
'dropdown'
}
,
tabindex:
-
1
=
_
(
'to help your contributors communicate effectively!'
)
.dropdown.promotion-issue-template
.dropdown-menu.promotion-issue-template-message
...
...
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