Skip to content

Commit

Permalink
pre
Browse files Browse the repository at this point in the history
  • Loading branch information
slamet committed Feb 23, 2013
1 parent 4fd6e96 commit 0736fd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/views/layouts/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
</div>
<div class="footercol">
<h5 class="fancy">Support</h5>
<ul>
<li><a href="#">Support</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Contact Us</a></li>
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Trust</title>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= stylesheet_link_tag 'custom', :media => 'screen' %>
<%= stylesheet_link_tag 'price', :media => 'screen' %>
<%= stylesheet_link_tag 'gh-buttons', :media => 'screen' %>
<%= csrf_meta_tags %>
Expand Down

0 comments on commit 0736fd5

Please sign in to comment.