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
d9078749
Commit
d9078749
authored
Jul 15, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'time_ago_fix' into 'master'
Time ago fix for branch compare page
https://dev.gitlab.org/gitlab/gitlabhq/issues/2508
See merge request !1904
parents
997a3b1d
d2479a25
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
branch_from.js.haml
app/views/projects/merge_requests/branch_from.js.haml
+1
-0
branch_to.js.haml
app/views/projects/merge_requests/branch_to.js.haml
+1
-0
No files found.
app/views/projects/merge_requests/branch_from.js.haml
View file @
d9078749
:plain
$(".mr_source_commit").html("
#{
commit_to_html
(
@commit
,
@source_project
,
false
)
}
");
$('.js-timeago').timeago()
app/views/projects/merge_requests/branch_to.js.haml
View file @
d9078749
:plain
$(".mr_target_commit").html("
#{
commit_to_html
(
@commit
,
@target_project
,
false
)
}
");
$('.js-timeago').timeago()
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