summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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(){