Commit 96a699ad authored by Michael Vernier's avatar Michael Vernier

Stylesheets still not working

parent ef2cf577
...@@ -2,10 +2,6 @@ ...@@ -2,10 +2,6 @@
<% html_title "Polls" %> <% html_title "Polls" %>
<% content_for :header_tags do %>
<%= stylesheet_link_tag 'voting', :plugin => 'polls' %>
<% end %>
<% @polls.each do |poll| %> <% @polls.each do |poll| %>
<p> <p>
<%= poll.question %>? <%= poll.question %>?
...@@ -13,3 +9,8 @@ ...@@ -13,3 +9,8 @@
<%= link_to 'No', { :action => 'vote', :id => poll[:id], :answer => 'no' }, :method => :post %> (<%= poll.no %>) <%= link_to 'No', { :action => 'vote', :id => poll[:id], :answer => 'no' }, :method => :post %> (<%= poll.no %>)
</p> </p>
<% end %> <% end %>
<% content_for :header_tags do %>
<%= stylesheet_link_tag 'voting', :plugin => 'polls' %>
<% end %>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment