Commit 3f379f10
Changed files (1)
app
views
profiles
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>