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
d1b987fd
Commit
d1b987fd
authored
Aug 19, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed file name
Updated spec HAML
parent
bcf304b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
CHANGELOG
CHANGELOG
+1
-1
spec/helpers/issuables_helper_spec.rb
spec/helpers/issuables_helper_spec.rb
+0
-0
spec/javascripts/fixtures/issue_sidebar_label.html.haml
spec/javascripts/fixtures/issue_sidebar_label.html.haml
+1
-1
No files found.
CHANGELOG
View file @
d1b987fd
...
...
@@ -18,7 +18,7 @@ v 8.11.0 (unreleased)
- API: Endpoints for enabling and disabling deploy keys
- API: List access requests, request access, approve, and deny access requests to a project or a group. !4833
- Use long options for curl examples in documentation !5703 (winniehell)
- Added tooltip listing label names to the labels value in the collapsed issuable sidebar
- Added tooltip listing label names to the labels value in the collapsed issuable sidebar
- Remove magic comments (`# encoding: UTF-8`) from Ruby files. !5456 (winniehell)
- Fix badge count alignment (ClemMakesApps)
- GitLab Performance Monitoring can now track custom events such as the number of tags pushed to a repository
...
...
spec/helpers/issuable_helper_spec.rb
→
spec/helpers/issuable
s
_helper_spec.rb
View file @
d1b987fd
File moved
spec/javascripts/fixtures/issue_sidebar_label.html.haml
View file @
d1b987fd
...
...
@@ -5,7 +5,7 @@
Edit
.selectbox.hide-collapsed
{
style:
"display: none;"
}
.dropdown
%button
.dropdown-menu-toggle.js-label-select.js-multiselect
{
"data-ability-name"
=>
"issue"
,
"data-field-name"
=>
"issue[label_names][]"
,
"data-issue-update"
=>
"/root/test/issues/2.json"
,
"data-labels"
=>
"/root/test/labels.json"
,
"data-project-id"
=>
"12"
,
"data-show-any"
=>
"true"
,
"data-show-no"
=>
"true"
,
"data-toggle"
=>
"dropdown"
,
:type
=>
"button"
}
%button
.dropdown-menu-toggle.js-label-select.js-multiselect
{
type:
"button"
,
data:
{
ability_name:
"issue"
,
field_name:
"issue[label_names][]"
,
issue_update:
"/root/test/issues/2.json"
,
labels:
"/root/test/labels.json"
,
project_id:
"12"
,
show_any:
"true"
,
show_no:
"true"
,
toggle:
"dropdown"
}
}
%span
.dropdown-toggle-text
Label
%i
.fa.fa-chevron-down
...
...
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