summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_sidebar.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-04-26 10:02:48 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-04-26 10:03:04 -0500
commit774bda2858e999e315177448bc865474d2186d6d (patch)
tree5b12ebba6ac5ac795caeddc00ef27fcede6e6f2c /app/views/shared/issuable/_sidebar.html.haml
parentf1ac90cc5a418185423ab451aca68d875f9a0e5f (diff)
downloadgitlab-ce-774bda2858e999e315177448bc865474d2186d6d.tar.gz
Less drastic right sidebar updates
Decrease width Make labels smaller Only show 6 participants by default Change background from gray to white Remove reference label
Diffstat (limited to 'app/views/shared/issuable/_sidebar.html.haml')
-rw-r--r--app/views/shared/issuable/_sidebar.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml
index 9404793db1b..dedfb154a79 100644
--- a/app/views/shared/issuable/_sidebar.html.haml
+++ b/app/views/shared/issuable/_sidebar.html.haml
@@ -48,7 +48,7 @@
.selectbox.hide-collapsed
= f.hidden_field 'milestone_id', value: milestone[:id], id: nil
- = dropdown_tag('Milestone', options: { title: _('Assign milestone'), toggle_class: 'js-milestone-select js-extra-options', filter: true, dropdown_class: 'dropdown-menu-selectable', placeholder: _('Search milestones'), data: { show_no: true, field_name: "#{issuable_type}[milestone_id]", project_id: issuable_sidebar[:project_id], issuable_id: issuable_sidebar[:id], milestones: issuable_sidebar[:project_milestones_path], ability_name: issuable_type, issue_update: issuable_sidebar[:issuable_json_path], use_id: true, default_no: true, selected: milestone[:title], null_default: true, display: 'static' }})
+ = dropdown_tag('Milestone', options: { title: _('Assign milestone'), toggle_class: 'js-milestone-select js-extra-options ', filter: true, dropdown_class: 'dropdown-menu-selectable dropdown-menu-right', placeholder: _('Search milestones'), data: { show_no: true, field_name: "#{issuable_type}[milestone_id]", project_id: issuable_sidebar[:project_id], issuable_id: issuable_sidebar[:id], milestones: issuable_sidebar[:project_milestones_path], ability_name: issuable_type, issue_update: issuable_sidebar[:issuable_json_path], use_id: true, default_no: true, selected: milestone[:title], null_default: true, display: 'static' }})
#issuable-time-tracker.block
// Fallback while content is loading
@@ -87,7 +87,7 @@
%span.dropdown-toggle-text
= _('Due date')
= icon('chevron-down', 'aria-hidden': 'true')
- .dropdown-menu.dropdown-menu-due-date
+ .dropdown-menu.dropdown-menu-due-date.dropdown-menu-right
= dropdown_title(_('Due date'))
= dropdown_content do
.js-due-date-calendar