diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2016-04-21 22:23:41 +0000 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-04-21 22:23:41 +0000 |
commit | d35dde012984597a6e6d7d11208c7602c475d762 (patch) | |
tree | 829824a1a85f74874e287e74bfee353ba8c35a55 /app/views | |
parent | fc038916a8958ecdae75a6dd086abf46d016f9d2 (diff) | |
parent | 136887da4b1c1184630ca2242055fe35bf04a69b (diff) | |
download | gitlab-ce-d35dde012984597a6e6d7d11208c7602c475d762.tar.gz |
Merge branch 'remove-update-files' into 'master'
Removed JS update templates
See merge request !3814
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/issues/update.js.haml | 0 | ||||
-rw-r--r-- | app/views/projects/merge_requests/update.js.haml | 0 | ||||
-rw-r--r-- | app/views/shared/issuable/_sidebar.html.haml | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/update.js.haml b/app/views/projects/issues/update.js.haml deleted file mode 100644 index e69de29bb2d..00000000000 --- a/app/views/projects/issues/update.js.haml +++ /dev/null diff --git a/app/views/projects/merge_requests/update.js.haml b/app/views/projects/merge_requests/update.js.haml deleted file mode 100644 index e69de29bb2d..00000000000 --- a/app/views/projects/merge_requests/update.js.haml +++ /dev/null diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml index 991d4d675dd..04b834ba5d1 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.issuable-pager.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 |