Add version tag

This commit is contained in:
Martin Lensment 2015-01-19 13:15:30 +02:00
parent 537326df1f
commit 254f1993ac
4 changed files with 20 additions and 0 deletions

View file

@ -16,3 +16,9 @@
display:block;
font-size:10px;
}
.footer {
color: #777;
padding-top: 15px;
font-size: 10px;
}

View file

@ -62,3 +62,6 @@
.alert{class: type}= flash[:notice] || flash[:alert]
= yield
.footer.text-right
Version
= CURRENT_COMMIT_HASH