Changeset 1096

Show
Ignore:
Timestamp:
04/09/07 21:11:19 (2 years ago)
Author:
tim
Message:

fix randomly stupid errors

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/app/controllers/users_controller.rb

    r986 r1096  
    11class UsersController < ApplicationController 
    2         open_id_consumer :required => [:email, :nickname], :optional => [:fullname, :dob, :gender, :country
     2        open_id_consumer :required => [:email, :nickname], :optional => [:fullname
    33        layout 'documents' 
    44         
  • trunk/app/views/reviews/_reviews.rhtml

    r986 r1096  
    44 <% for review in reviews %> 
    55  <li class="hreview"> 
    6    <abbr class="rating" title="<%= review.rating %>"><%= image_tag(review.rating.to_s +".png") %></abbr> 
     6   <abbr class="rating" title="<%= review.rating %>"><%=  
     7   image_tag("#{review.rating.to_s}.png") %></abbr> 
    78   <span class="reviewer vcard"> 
    89    <%= image_tag("avatar", :class => 'photo') %>