fixed merge request diffissues 355, 351

This commit is contained in:
Dmitriy Zaporozhets 2012-01-20 09:49:48 +02:00
parent fde29a82e6
commit 8c46123f99
2 changed files with 2 additions and 2 deletions

View file

@ -89,6 +89,7 @@ body.project-page.commits-page .commits-date a.commit span.commit-author strong{
float:left;
width:35px;
font-weight:normal;
color:#888;
&:hover {
text-decoration:underline;
}
@ -139,8 +140,6 @@ ul.bordered-list {
ul.bordered-list li:last-child { border:none }
.line_holder {
cursor:pointer;
&:hover {
td {
background: #FFFFCF !important;

View file

@ -45,6 +45,7 @@ class MergeRequestsController < ApplicationController
def diffs
@diffs = @merge_request.diffs
@commit = @merge_request.last_commit
@line_notes = []
end
def new