Skip to content

Commit

Permalink
update link to haml-lang.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Wilson committed Mar 26, 2011
1 parent 89a1942 commit 123e923
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions config.ru
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
require "rubygems"
#require "bundler"
#Bundler.require
require 'html2haml.rb'
require "bundler"
Bundler.require

$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '.')
require 'html2haml'

set :environment, :production
disable :run
Expand Down
2 changes: 1 addition & 1 deletion public/stylesheets/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ body { margin: 20px 100px;color:gray;font-family: monospace }
h6 { float:right; }
h1 { margin-bottom:5px; }
label { display:block; }
textarea { width:600px;height:250px; font-size: 1em; letter-spacing: .1em; padding: 10px; }
textarea { width:650px;height:250px; padding: 10px; }
input.button { margin:20px; text-aligin:center; }
a, a:visited { color: gray;}
#box {
Expand Down
2 changes: 1 addition & 1 deletion views/layout.haml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%meta{ :name => 'keywords', :content => 'haml, ruby, html, rails, ruby on rails' }
%body
%h6
%a{:href => "http://haml.hamptoncatlin.com/"} Haml
%a{:href => "http://haml-lang.com/"} Haml
= yield

%script{ :type => "text/javascript" }
Expand Down

0 comments on commit 123e923

Please sign in to comment.