Commit e094d2c8

mo khan <mo@mokhan.ca>
2014-05-03 22:50:02
change cakeside link back to the creations page instead of the dashboard page.
1 parent 8a7c46e
Changed files (1)
app
views
app/views/layouts/_header.html.erb
@@ -2,7 +2,7 @@
   <div class="navbar-inner">
     <div class="container">
       <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a>
-      <%= link_to current_user ? dashboard_path : root_path, class: 'brand', style: 'color:hotpink;' do %>
+      <%= link_to root_path, class: 'brand', style: 'color:hotpink;' do %>
         Cake<em>Side</em>
       <% end %>
       <div class="nav-collapse">