From 2f881ce99d9f1cc60e2d25107667456260b8878b Mon Sep 17 00:00:00 2001 From: gebele Date: Tue, 16 May 2017 13:21:22 +0000 Subject: fixed cite text and version --- VERSION | 2 +- application.rb | 6 ++++++ views/layout.haml | 4 ++-- 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(){ -- cgit v1.2.3