Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
6e5c72f8
Commit
6e5c72f8
authored
Jan 07, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-commits-link-mr' into 'master'
Fix commit link on MR from fork See merge request !1372
parents
842f9e03
b55a0519
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
app/views/projects/commits/_commits.html.haml
app/views/projects/commits/_commits.html.haml
+1
-1
app/views/projects/commits/show.html.haml
app/views/projects/commits/show.html.haml
+1
-1
app/views/projects/merge_requests/_new_submit.html.haml
app/views/projects/merge_requests/_new_submit.html.haml
+1
-1
app/views/projects/merge_requests/show/_commits.html.haml
app/views/projects/merge_requests/show/_commits.html.haml
+1
-1
No files found.
app/views/projects/commits/_commits.html.haml
View file @
6e5c72f8
...
@@ -7,5 +7,5 @@
...
@@ -7,5 +7,5 @@
%p
=
pluralize
(
commits
.
count
,
'commit'
)
%p
=
pluralize
(
commits
.
count
,
'commit'
)
.col-md-10
.col-md-10
%ul
.bordered-list
%ul
.bordered-list
=
render
commits
,
project:
@
project
=
render
commits
,
project:
project
%hr
.lists-separator
%hr
.lists-separator
app/views/projects/commits/show.html.haml
View file @
6e5c72f8
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
=
commits_breadcrumbs
=
commits_breadcrumbs
%div
{
id:
dom_id
(
@project
)}
%div
{
id:
dom_id
(
@project
)}
#commits-list
=
render
"commits"
#commits-list
=
render
"commits"
,
project:
@project
.clear
.clear
=
spinner
=
spinner
...
...
app/views/projects/merge_requests/_new_submit.html.haml
View file @
6e5c72f8
...
@@ -94,7 +94,7 @@
...
@@ -94,7 +94,7 @@
%span
.badge
=
@diffs
.
size
%span
.badge
=
@diffs
.
size
.commits.tab-content
.commits.tab-content
=
render
"projects/commits/commits"
=
render
"projects/commits/commits"
,
project:
@project
.diffs.tab-content
.diffs.tab-content
-
if
@diffs
.
present?
-
if
@diffs
.
present?
=
render
"projects/diffs/diffs"
,
diffs:
@diffs
,
project:
@project
=
render
"projects/diffs/diffs"
,
diffs:
@diffs
,
project:
@project
...
...
app/views/projects/merge_requests/show/_commits.html.haml
View file @
6e5c72f8
=
render
"projects/commits/commits"
=
render
"projects/commits/commits"
,
project:
@merge_request
.
source_project
\ No newline at end of file
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