Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
minad authored and fredwu committed Oct 23, 2010
1 parent 575c714 commit 838edfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/src/complex.slim
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ body
strong == i[:name]
- else
li
a href="#{i[:url]}" == i[:name]
a href=i[:url] == i[:name]
- else
p The list is empty.
2 changes: 1 addition & 1 deletion benchmarks/src/complex_view.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class ComplexView
include Tilt::CompileSite

def header
"Colors"
end
Expand Down

0 comments on commit 838edfe

Please sign in to comment.