scaffeinate / socify

:rocket: Socify is an open source social networking platform written in Ruby on Rails
http://socifyapp.herokuapp.com
GNU General Public License v2.0
375 stars 211 forks source link

Made user names clickable links that link back to their profile page. #14

Closed Peterortiz82 closed 8 years ago

Peterortiz82 commented 8 years ago

I came across your app after googling "social media rails app" and found your blog post. I think this is a really cool/fun project to work on. Not sure if there was a need for the change I made, but it feels like something that is pretty common to all social media platforms and an easy way to get started with contributing.

What is this?

I added links to all of the user names in the app that will link back to that users profile page. I know, the avatar already does this, but I think it's good to have the name link back too.

Screenshot

screen shot 2016-05-21 at 11 25 00 pm
scaffeinate commented 8 years ago

@Peterortiz82 Yeah it was a really necessary. Thanks a lot 👍

Peterortiz82 commented 8 years ago

No problem, glad I was able to contribute!