File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- < footer class ="footer navbar-inverse navbar-fixed-bottom ">
2- < small >
3- Created by < b > < a href ="https://github.com/goxr3plus/Ruby-on-Rails-eCommerce-Website "> GOXR3PLUS STUDIO</ a > </ b > following
4- < a href ="http://www.railstutorial.org/ "> Ruby on Rails Tutorial</ a >
5- by
6- < a href ="http://www.michaelhartl.com/ "> Michael Hartl</ a >
7- </ small >
8- < nav >
9- < ul >
10- < li > <%= link_to "About" , about_path %> </ li >
11- < li > <%= link_to "Help" , helf_path %> </ li >
12- < li > <%= link_to "Contact" , "https://github.com/goxr3plus/Ruby-on-Rails-eCommerce-Website" , target :"_blank" %> </ li >
13- <!-- <li>
14- <a href="http://news.railstutorial.org/">News</a>
15- </li> -->
16- </ ul >
17- </ nav >
1+ < nav class ="navbar navbar-inverse ">
2+ < div class ="container-fluid ">
3+ < div class ="navbar-header ">
4+ < button type ="button " class ="navbar-toggle " data-toggle ="collapse " data-target ="#myFooter ">
5+ < span class ="icon-bar "> </ span >
6+ < span class ="icon-bar "> </ span >
7+ < span class ="icon-bar "> </ span >
8+ </ button >
9+
10+ </ div >
11+ <!-- On big screens -->
12+ < div class ="collapse navbar-collapse " id ="myFooter ">
13+ < ul class ="nav navbar-nav navbar-right ">
14+ < li > <%= link_to "About" , about_path %> </ li >
15+ < li > <%= link_to "Help" , helf_path %> </ li >
16+ < li > <%= link_to "Contact" , "https://github.com/goxr3plus/Ruby-on-Rails-eCommerce-Website" , target :"_blank" %> </ li >
17+
18+ </ ul >
19+ </ div >
20+
21+ </ div >
22+ </ nav >
1823</ footer>
Original file line number Diff line number Diff line change 66 < span class ="icon-bar "> </ span >
77 < span class ="icon-bar "> </ span >
88 </ button >
9- <%= link_to image_tag ( "logo2.png" , size :"52x42" , alt : "Rails logo" ) , 'http://rubyonrails.org/' %>
10- <%= link_to "Dope Shop 2018 ~ " , root_path , id : "logo" %>
9+ <%= link_to image_tag ( "logo2.png" , size :"52x42" , alt : "Rails logo" ) , root_path %>
10+ <%= link_to "Dope Shop" , root_path , id : "logo" %>
1111 </ div >
1212 <!-- On big screens -->
1313 < div class ="collapse navbar-collapse " id ="myNavbar ">
Original file line number Diff line number Diff line change 77 <%= render 'layouts/shim' %>
88 </ head >
99 < body >
10- <%= render 'layouts/header' %>
10+
1111 < div class ="container ">
12+ <%= render 'layouts/header' %>
1213 <% flash . each do |message_type , message | %>
1314 <%= content_tag ( :div , message , class : "alert alert-#{ message_type } " ) %>
1415 <% end %>
1516 <%= yield %>
16- <%= render 'layouts/footer' %>
17+
1718 <%= debug ( params ) if Rails . env . development? %>
19+
1820 </ div >
21+ <%= render 'layouts/footer' %>
1922
2023 <!-- Add the custom scroll bar -->
2124 < script >
You can’t perform that action at this time.
0 commit comments