Skip to content

Commit

Permalink
Added new news tab
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeaaronson committed Nov 19, 2010
1 parent 4c2f0d2 commit 770a7b0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 165,457 deletions.
10 changes: 7 additions & 3 deletions app/controllers/home_controller.rb
Expand Up @@ -6,10 +6,14 @@ def help
def contact
end

def news

end

def oil_spill
@oil = Oil.find(:all)
@file = 'hello'
@fish = Fish.find(:all)
#@oil = Oil.find(:all)
#@file = 'hello'
#@fish = Fish.find(:all)
end

# def oil_spill( fish,oil)
Expand Down
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Expand Up @@ -46,6 +46,7 @@
<li><a href="/home/oil_spill">Oil Spill</a></li>
<li><a href="/home/help">Help</a></li>
<li><a href="/home/contact">Contact Us</a></li>
<li><a href="/home/news">News</a></li>
</ul>
</div>
<div id="content-wrapper">
Expand Down
25 changes: 0 additions & 25 deletions log/development.log

This file was deleted.

0 comments on commit 770a7b0

Please sign in to comment.