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
c146eb55
Commit
c146eb55
authored
Sep 20, 2017
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed based on Feedback
parent
a1b1cbdd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app/views/shared/issuable/form/_title.html.haml
app/views/shared/issuable/form/_title.html.haml
+3
-3
ee/app/views/shared/promotions/_promote_burndown_charts.html.haml
...iews/shared/promotions/_promote_burndown_charts.html.haml
+1
-1
No files found.
app/views/shared/issuable/form/_title.html.haml
View file @
c146eb55
...
...
@@ -30,10 +30,10 @@
merge request from being merged before it's ready.
-
if
no_issuable_templates
&&
can?
(
current_user
,
:push_code
,
issuable
.
project
)
-
if
show_promotions?
&&
!
@project
.
feature_available?
(
:issuable_default_templates
)
=
render
'shared/promotions/promote_issue_templates'
-
else
-
if
@project
.
feature_available?
(
:issuable_default_templates
)
%p
.help-block
Add
=
link_to
'description templates'
,
help_page_path
(
'user/project/description_templates'
),
tabindex:
-
1
to help your contributors communicate effectively!
-
elsif
show_promotions?
=
render
'shared/promotions/promote_issue_templates'
ee/app/views/shared/promotions/_promote_burndown_charts.html.haml
View file @
c146eb55
-
if
show_promotions?
&&
!
@project
.
feature_available?
(
:burndown_charts
)
&&
!
@project
.
feature_available?
(
:issue_weights
)
&&
show_callout?
(
'promote_burndown_charts_dismissed'
)
-
if
show_promotions?
&&
!
@project
.
feature_available?
(
:burndown_charts
)
&&
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'
}
...
...
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