Commit 3f379f10

mo k <mo@mokhan.ca>
2012-08-14 13:11:30
change from 35 char city to 30.
1 parent 9d1aac8
Changed files (1)
app
views
app/views/profiles/index.html.erb
@@ -14,7 +14,7 @@
             <% if(profile.city.blank?) -%>
             <h6>somewhere in sugarland</h6>
             <% else -%>
-            <h6><%= shrink(profile.city, 35) %></h6>
+            <h6><%= shrink(profile.city, 30) %></h6>
             <% end -%>
           </div>
         </div>