summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2017-05-16 13:21:22 +0000
committergebele <gebele@in-silico.ch>2017-05-16 13:21:22 +0000
commit2f881ce99d9f1cc60e2d25107667456260b8878b (patch)
tree80073905816ed540d30c38e5d8e24f3f3ace3a1c
parent827e49aa7dcfa4b1542b081428b450f90c5c2d9e (diff)
fixed cite text and versionv1.1.3
-rw-r--r--VERSION2
-rw-r--r--application.rb6
-rw-r--r--views/layout.haml4
3 files changed, 9 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 26aaba0..781dcb0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.2.0
+1.1.3
diff --git a/application.rb b/application.rb
index 235e7b9..aac1c39 100644
--- a/application.rb
+++ b/application.rb
@@ -2,6 +2,12 @@
require 'rdiscount'
include OpenTox
+
+configure :production do
+ $logger = Logger.new(STDOUT)
+ enable :reloader
+end
+
configure :development do
$logger = Logger.new(STDOUT)
enable :reloader
diff --git a/views/layout.haml b/views/layout.haml
index 3c6fa5d..d8ff735 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -56,10 +56,10 @@
%img.share{:src=>"/images/Facebook.png"}
%div.row
%div.col-md-12
- Please refer this
+ Please cite
%a{ :href=>"https://doi.org/10.3389/fphar.2013.00038", :rel=>"external"}
%img{ :src=>"https://zenodo.org/badge/DOI/10.3389/zenodo.10.3389.svg", :alt=>"DOI"}
- for any citations.
+ in scientific publications.
:javascript
$(document).ready(function(){