rodomvp / KennelApp

main repo for project work
2 stars 1 forks source link

Style the Patients index page, include pics #73

Closed eribandogros closed 8 years ago

eribandogros commented 8 years ago

What do we think of this css styling for the patients page (an index of all the patients)? screen shot 2016-04-12 at 1 55 31 am

rgulle4 commented 8 years ago

:+1: awesome

rgulle4 commented 8 years ago

Also, I think it'd be good to go ahead and push to heroku (probably the easiest way for everyone to see what's going on).

NB I changed the URL to https://kennelapp.herokuapp.com/.

To push to heroku, make sure you have the remote set up:

git remote -v

You should see heroku https://git.heroku.com/kennelapp.git (push) in the output. If not, you need to add it:

heroku git:remote -a kennelapp

Now you can push to heroku. This command always pushes your local [master], regardless of what branch you're currently in:

git push heroku
rgulle4 commented 8 years ago

ETA: you need to log in to heroku before you do any of the steps above:

heroku login
rodomvp commented 8 years ago

I've added the styling to the current deployment