cleaned up minor issues from testing embeddable code
[selectricity-live] / app / views / embed / full_vote.rhtml
index 70a6825283a5fad7993e1e9de25eb462e1de8aa7..170b1f55c42ebbda23f70981002b21468e9906ac 100644 (file)
@@ -1,6 +1,6 @@
 <div id="header">
-<img id="header_icon" src="/images/embed_header_icon.png" />
-<h2>Vote Now</h2>
+<%= link_to '<img id="header_icon" src="/images/embed_header_icon.png" />',
+            {:controller => 'front'}, {:target => "_parent"} %><h2>Vote Now</h2>
 </div>
 <div id="voting-box">
        
@@ -25,7 +25,7 @@
        <div id="voting-bottom">
                <div id="container">
                        <a href="<%= url_for :action => :confirm, :id => @password, :embed => 'true' %>"><h2 id="submit_vote_button">Submit Vote</h2></a>
-                       <p><b>Drag and drop</b> to rank your favorite videos</p>
+                       <p><b>Drag and drop</b> to rank the choices.</p>
                </div>
        </div>
 </div>

Benjamin Mako Hill || Want to submit a patch?