forked from GitHub/dbot
Added branch notification
Added current branch to note underneath last-diff. For the purposes of licensing, this commit is licensed under copyleft-next, version 0.1.0 or later. Therefore, this commit is compatible with any version of the GNU General Public License as published by the Free Software Foundation.
This commit is contained in:
parent
194135791a
commit
4361c61f6e
@ -97,6 +97,18 @@ p#revnum {
|
||||
padding:10px;
|
||||
margin-bottom:0px;
|
||||
}
|
||||
p#branch {
|
||||
border-right:1px solid #ccc;
|
||||
border-left:1px solid #ccc;
|
||||
border-bottom:1px solid #ccc;
|
||||
margin:auto;
|
||||
display:inline-block;
|
||||
padding:10px;
|
||||
margin-top:0px;
|
||||
border-bottom-left-radius:5px;
|
||||
border-bottom-right-radius:5px;
|
||||
|
||||
}
|
||||
h2 {
|
||||
border-bottom: 1px solid #ccc;
|
||||
border-top:1px solid #ccc;
|
||||
|
@ -30,6 +30,8 @@ html(lang='#{curr839}')
|
||||
#{revnum}
|
||||
pre#gitdiff
|
||||
#{diff}
|
||||
p#branch
|
||||
#{branch}
|
||||
h3 #{milestonehead}
|
||||
table#milestones.center
|
||||
tr
|
||||
|
Loading…
Reference in New Issue
Block a user