Intermediate Rails: Layout Links
Intermediate Rails: Layout Links
After generating the static pages for the Twitter like app (Upcase named it Shouter, and in my implementation I decided to name mine Scream). I followed the steps in chapter 4 and 5 of the Ruby on Rails Tutorial by Micheal Hartl and refactored my code.
The header partial view now looks like this:
<header class="navbar navbar-fixed-top navbar-inverse">
View On WordPress















