Skip to content

Instantly share code, notes, and snippets.

@benaskins
Created July 2, 2009 23:33
Show Gist options
  • Save benaskins/139779 to your computer and use it in GitHub Desktop.
Save benaskins/139779 to your computer and use it in GitHub Desktop.
%li
%h3
%fb:userlink{:uid => friend.fb_user_id}
%em= friend.locality.name
.weather
%fb:profile-pic{:uid => friend.fb_user_id, :linked => true}
%span.icon= forecast_icon(friend.forecast.icon_name)
%span.current
= v friend.location.current_conditions, :temp_c
%br/
%span Currently
%p= friend.location.current_district_forecast_precis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment