3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00

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:
Douglas Gardner 2013-04-24 09:27:12 +00:00
parent 67d4a7b3b0
commit 405f4ca5e4
2 changed files with 15 additions and 1 deletions

View File

@ -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;

View File

@ -30,7 +30,9 @@ html(lang='#{curr839}')
#{revnum}
pre#gitdiff
#{diff}
h4 #{milestoneprog}
p#branch
#{branch}
h3 #{milestonehead}
table#milestones.center
tr
th #{milestonename}