summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2014-02-20 12:32:48 +0100
committergebele <gebele@in-silico.ch>2014-02-20 12:32:48 +0100
commit55942467844eb07128749cf0655e79e1b9f80a88 (patch)
tree735e68141ec6d4eb0ccd5935e0b5db22dab97d75 /views/layout.haml
parenta203829bc186ba03f16bc5f2a20bfc2b1ec55974 (diff)
added external links js function
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 3569bf6..280301b 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -49,7 +49,7 @@
%h1 PubChem read across
%button{:id=>"about", :style => "margin-left:80%;z-index:4;position:absolute; top:10px; right:0px;"}
- About this application
+ About this service
:javascript
$("#about").click(function() {
$("info").toggle();