Commit 4a580871

mo khan <mo@mokhan.ca>
2013-07-04 13:46:29
rename artists to users
1 parent 1b15044
Changed files (1)
app
views
app/views/profiles/show.html.erb
@@ -24,7 +24,7 @@
     </div>
     <% if @nearby_users.any? %>
     <div>
-      <h4>Other Artists Nearby</h4>
+      <h4>Other Members Nearby</h4>
       <ul class="unstyled">
       <% @nearby_users.each do |item| %>
         <li><%= link_to item.name, profile_path(item), :class => "mix-link", "data-event" => "click-on-nearby-user" %> <small>(<%= item.city %>)</small></li>