summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2010-04-29 13:08:34 +0200
committermr <mr@mrautenberg.de>2010-04-29 13:08:34 +0200
commit66ed931ecf53aa167edabe8993ae45b759685294 (patch)
tree49251bb7bfd696af57a91c5e2e06030f2591b642 /views/layout.haml
parent1773ca0998bfc0731826ecde5db9ceca7588f4fd (diff)
view modifications and jquery scripts delete, checkstatus, toggleWarnings
Diffstat (limited to 'views/layout.haml')
-rwxr-xr-x[-rw-r--r--]views/layout.haml6
1 files changed, 4 insertions, 2 deletions
diff --git a/views/layout.haml b/views/layout.haml
index 07071d9..8b09fbd 100644..100755
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -4,8 +4,10 @@
%head
%meta{'http-equiv' => 'Content-Type', :content => 'text/html'}
- if @refresh
- %meta{'http-equiv' => "refresh", :content => "15"}
+ - # %meta{'http-equiv' => "refresh", :content => "15"}
%title ToxCreate
+ %script{:type => "text/javascript", :src => "javascripts/jquery.js"}
+ %script{:type => "text/javascript", :src => "javascripts/toxcreate.js"}
%link{:rel=>'stylesheet', :href=>'stylesheets/style.css', :type => "text/css"}
%body
@@ -34,7 +36,7 @@
- if flash[:notice]
%p
- .notice
+ .notice#flashnotice
= flash[:notice]
= yield