diff options
| author | Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> | 2016-01-30 00:30:25 -0500 |
|---|---|---|
| committer | Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> | 2016-01-30 00:30:25 -0500 |
| commit | e2b6e9c3c531649535e47de0814dd4cb651411fa (patch) | |
| tree | 61f47d00c4f0c86bb6de536364d2e297b26ad5a0 /app/views/shared | |
| parent | 541fcc37bf0c8979cc1495b63ac71912cc28f825 (diff) | |
| download | gitlab-ce-e2b6e9c3c531649535e47de0814dd4cb651411fa.tar.gz | |
Add ajax calls to return JSON
Fix subtitles on minimize.
Fix styles for show.
Diffstat (limited to 'app/views/shared')
| -rw-r--r-- | app/views/shared/issuable/_sidebar.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml index f4f04a42196..0ed2c9c710d 100644 --- a/app/views/shared/issuable/_sidebar.html.haml +++ b/app/views/shared/issuable/_sidebar.html.haml @@ -23,7 +23,7 @@ %a.btn.btn-default.disabled{href: '#'} Next - = form_for [@project.namespace.becomes(Namespace), @project, issuable], remote: true, html: {class: 'issuable-context-form inline-update js-issuable-update'} do |f| + = form_for [@project.namespace.becomes(Namespace), @project, issuable], remote: true, html: {class: 'issuable-context-form inline-update js-issuable-update', 'data-type' => 'json'} do |f| .block.assignee .sidebar-collapsed-icon - if issuable.assignee |
