BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
136887da
Commit
136887da
authored
Apr 19, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed JS update templates
parent
53a1d705
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
3 deletions
+1
-3
issues_controller.rb
app/controllers/projects/issues_controller.rb
+0
-1
merge_requests_controller.rb
app/controllers/projects/merge_requests_controller.rb
+0
-1
update.js.haml
app/views/projects/issues/update.js.haml
+0
-0
update.js.haml
app/views/projects/merge_requests/update.js.haml
+0
-0
_sidebar.html.haml
app/views/shared/issuable/_sidebar.html.haml
+1
-1
No files found.
app/controllers/projects/issues_controller.rb
View file @
136887da
...
...
@@ -100,7 +100,6 @@ class Projects::IssuesController < Projects::ApplicationController
end
respond_to
do
|
format
|
format
.
js
format
.
html
do
if
@issue
.
valid?
redirect_to
issue_path
(
@issue
)
...
...
app/controllers/projects/merge_requests_controller.rb
View file @
136887da
...
...
@@ -148,7 +148,6 @@ class Projects::MergeRequestsController < Projects::ApplicationController
if
@merge_request
.
valid?
respond_to
do
|
format
|
format
.
js
format
.
html
do
redirect_to
([
@merge_request
.
target_project
.
namespace
.
becomes
(
Namespace
),
@merge_request
.
target_project
,
@merge_request
])
...
...
app/views/projects/issues/update.js.haml
deleted
100644 → 0
View file @
53a1d705
app/views/projects/merge_requests/update.js.haml
deleted
100644 → 0
View file @
53a1d705
app/views/shared/issuable/_sidebar.html.haml
View file @
136887da
...
...
@@ -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
...
...
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