mirror of
https://github.com/internetee/registry.git
synced 2025-07-05 10:43:32 +02:00
Add version tag
This commit is contained in:
parent
537326df1f
commit
254f1993ac
4 changed files with 20 additions and 0 deletions
|
@ -16,3 +16,9 @@
|
|||
display:block;
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
color: #777;
|
||||
padding-top: 15px;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
|
|
@ -62,3 +62,6 @@
|
|||
.alert{class: type}= flash[:notice] || flash[:alert]
|
||||
= yield
|
||||
|
||||
.footer.text-right
|
||||
Version
|
||||
= CURRENT_COMMIT_HASH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue