Commit 9d1aac86

mo k <mo@mokhan.ca>
2012-08-14 13:10:20
change from unknown location to sugarland.
1 parent 6750067
Changed files (1)
app
views
app/views/profiles/index.html.erb
@@ -12,7 +12,7 @@
           <div class="caption">
             <h5><a href="<%= url_for profile_path(profile) %>"><%= shrink(profile.name, 20) %></a></h5>
             <% if(profile.city.blank?) -%>
-            <h6>unknown</h6>
+            <h6>somewhere in sugarland</h6>
             <% else -%>
             <h6><%= shrink(profile.city, 35) %></h6>
             <% end -%>