summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authormicha <micha@lappi.(none)>2011-08-08 14:12:36 +0200
committermicha <micha@lappi.(none)>2011-08-08 14:12:36 +0200
commit95c62b6323c13389801ad535e5f1bf7d76000b80 (patch)
tree2a5344d8ae20a76851c906c9da17475a75d372c3 /views
parent6fe3a5648ad862087421081e33d5540d71856b68 (diff)
parent2adbb8fff2563616e85680c0326a8fa0421fd666 (diff)
Merge remote branch 'origin/development'v2.1.0
Diffstat (limited to 'views')
-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
,