summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
authorgebele <gebele@alfadeo.de>2011-08-29 13:15:26 +0200
committergebele <gebele@alfadeo.de>2011-08-29 13:15:26 +0200
commit9138e8ab0fd375178d922ad2fc0da0061ebe8897 (patch)
treeca74054e57870a721a8f7c0f78089d22d5e34f54 /views/layout.haml
parent661caf031b98bf465d8e80599e08674d1209df5d (diff)
merge development -> feature/policy
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layout.haml b/views/layout.haml
index c76396d..96f7d35 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -51,7 +51,7 @@
Disclaimer: ToxCreate uses state-of-the-art published and tested algorithms and methodologies with full validation information. However, just as with experimental measurements, computational predictions are subject to varying degrees of accuracy and uncertainty, so please read the full report carefully, particularly the validation information. No liability is accepted for any inaccuracy in predictions.
%p
- tag = `git tag`.split("\n").last
- - tagdate = `git show #{tag}|grep Date`.chomp
+ - tagdate = `git show #{tag}|grep Date`.split("\n").last
Version:
= tag
,