diff options
| author | Phil Hughes <me@iamphill.com> | 2016-04-19 10:54:27 +0100 |
|---|---|---|
| committer | Phil Hughes <me@iamphill.com> | 2016-04-19 10:54:27 +0100 |
| commit | 136887da4b1c1184630ca2242055fe35bf04a69b (patch) | |
| tree | 2a96db754bcc18751e06c4b5a5f7b5c148420aef /app/views/shared | |
| parent | 53a1d705fe536ad373faa77ba1ef5196ff49a98b (diff) | |
| download | gitlab-ce-136887da4b1c1184630ca2242055fe35bf04a69b.tar.gz | |
Removed JS update templatesremove-update-files
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 08bfd93f4e6..4560667d917 100644 --- a/app/views/shared/issuable/_sidebar.html.haml +++ b/app/views/shared/issuable/_sidebar.html.haml @@ -20,7 +20,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, format: :json, html: {class: 'issuable-context-form inline-update js-issuable-update'} do |f| .block.assignee .sidebar-collapsed-icon.sidebar-collapsed-user{data: {toggle: "tooltip", placement: "left", container: "body"}, title: (issuable.assignee.to_reference if issuable.assignee)} - if issuable.assignee |
