Image width to 80%, as requested by Anne.

This commit is contained in:
Bram Senders 2010-05-18 16:02:48 +02:00
parent 185027f893
commit 3ae3dd4336
1 changed files with 2 additions and 1 deletions

View File

@ -151,6 +151,7 @@ module Anne::Views
end
def intro
h2 "Fill out this survey and win your FREE dosage of generic Vi8gra!"
p "Lalala! [Introtekst hier]"
p "(Jij bent #{@env["REMOTE_ADDR"]})"
a "Start de enquête", :href => R(Start)
@ -181,7 +182,7 @@ module Anne::Views
def vote(image, progress = 0)
h2 "Welk beeld is ruimtelijker?"
img :src => R(ImageX, image), :width => 640
img :src => R(ImageX, image), :width => "80%"
form :action => R(VoteN, @user_id), :method => :post do
input :type => "hidden", :name => "image", :value => image
input :type => "submit", :name => "left", :value => "Links"