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

Add footer to pages linking to ./project

This commit is contained in:
Douglas Gardner 2013-04-23 00:31:36 +00:00
parent 5e37ff8b8b
commit 67d4a7b3b0
3 changed files with 22 additions and 0 deletions

View File

@ -223,3 +223,18 @@ div.imgwrap > img {
.thumbnail:hover > div.imgwrap > span.nicks {
display: inline;
}
/* footer */
#footer {
margin-top:5px;
margin-right:10px;
margin-left:10px;
}
#footer a {
float:right;
padding-left:2px;
padding-right:2px;
background-color:#f5f5f5;
border-radius:3px;
}

View File

@ -14,6 +14,9 @@ html(lang='en')
a(href='/') #{name} web interface
div.container#main
block content
div#footer
a#project(href='/project') About
script(type="text/javascript", src="/bootstrap/js/bootstrap.min.js")
script(type="text/javascript", src="/d3/d3.v3.min.js")
script(type="text/javascript", src="/script.js")

View File

@ -54,6 +54,10 @@ html(lang='#{curr839}')
td #{milestone.closed_issues}
h4 #{languagetranshead}
table
a(href="https://github.com/"+repo+"/")
#{propaganda}
h3 #{languagetranshead}
table#translations
tr
th #{languagecurr}
th #{languagenati}