summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-12-03 17:58:35 +0100
committerChristoph Helma <helma@in-silico.de>2009-12-03 17:58:35 +0100
commit5ab277326fc9417fe8b3e97e359c2d9ba72ac088 (patch)
treedc12e5c3a44ee37e8f32e4959aad2daa6871da25 /application.rb
parenta27bdb78b378e119a5934c40f7356dce3ef0ef94 (diff)
content fixed
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/application.rb b/application.rb
index 6dc8730..da07fba 100644
--- a/application.rb
+++ b/application.rb
@@ -14,6 +14,10 @@ get '/services/?' do
haml :services
end
+get '/projects/?' do
+ haml :projects
+end
+
get '/publications/?' do
haml :publications
end
@@ -31,6 +35,6 @@ get '/awards/?' do
end
get '/style.css' do
- header 'Content-Type' => 'text/css; charset=utf-8'
+ headers 'Content-Type' => 'text/css; charset=utf-8'
sass :style
end