lazar-gui 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/application.rb +1 -0
- data/bin/lazar-start +3 -0
- data/views/layout.haml +3 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 25fb4c468fb020f6d7488b5f84d01f4eac315fce
|
4
|
+
data.tar.gz: 40ced446c36a930269735bdeb96e86b217e06b9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f2dcf4bbe751fb8ba4824ded8b0b660a6e8028aa55ab05c56e655c087402c473639cfdf0b44d5bffd446a93f557182539d88678aa2113c7c9ce2d94cbe08e77
|
7
|
+
data.tar.gz: a1f119c1a8070e2069156005cf77c081640214924f43eee12b3a8d6cae8ada0a47948f585ebfea004c3c45ff146c0d3b58c13f9be6ba959ef20d9de6a9da9e43
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.1
|
data/application.rb
CHANGED
data/bin/lazar-start
CHANGED
data/views/layout.haml
CHANGED
@@ -38,10 +38,11 @@
|
|
38
38
|
%div.row
|
39
39
|
%div.col-md-8
|
40
40
|
Problems, bugs, ideas for improvements ? Please report at our
|
41
|
-
%a{:href => 'https://github.com/opentox/lazar-gui/issues', :rel => "external"} issue tracker
|
42
|
-
or send us an email
|
41
|
+
%a{:href => 'https://github.com/opentox/lazar-gui/issues', :rel => "external"} issue tracker
|
42
|
+
or send us an email
|
43
43
|
%a{ :href=>"mailto:info@in-silico.ch", :target=>"_top"}
|
44
44
|
%img.share{:src=>"/images/Email.png"}
|
45
|
+
(version #{@version}).
|
45
46
|
%div.col-md-2
|
46
47
|
%div.col-md-2
|
47
48
|
%a{:href=>"https://twitter.com/intent/tweet?source=http%3A%2F%2Flazar.in-silico.ch&text=:%20http%3A%2F%2Flazar.in-silico.ch", :target=>"_blank", :title=>"Tweet"}
|