提交 341b4414 编写于 作者: D Dmitriy Zaporozhets

styled title block for mr, issue, commit

上级 2ec12c9b
......@@ -57,6 +57,13 @@ a:focus {
color: #777;
border: 1px solid #DEDFE1;
&.branch {
border:none;
font-size:13px;
background: #474D57;
color:#fff;
font-family: monospace;
}
}
.tabs > li > a, .pills > li > a {
......
......@@ -13,7 +13,7 @@
%small= @commit.committed_date.stamp("Aug 21, 2011 9:23pm")
%br
%pre.commit_message
%pre.commit_message.prettyprint
= commit_msg_with_link_to_issues(@project, @commit.safe_message)
.clear
%br
......
......@@ -31,7 +31,7 @@
.alert-message.success Open
%div.well
%div.well.prettyprint
%div
%cite.cgray Created by
= image_tag gravatar_icon(@issue.author_email), :width => 16, :class => "lil_av"
......
%h3
= "Merge Request ##{@merge_request.id}:"
 
%span.label= @merge_request.source_branch
%span.pretty_label.branch= @merge_request.source_branch
→
%span.label= @merge_request.target_branch
%span.pretty_label.branch= @merge_request.target_branch
%small
created at
......@@ -46,7 +46,7 @@
= render "merge_requests/how_to_merge"
%div.well
%div.well.prettyprint
%div
%cite.cgray Created by
= image_tag gravatar_icon(@merge_request.author_email), :width => 16, :class => "lil_av"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册