Commit 30d48895

mo k <m@mokhan.ca>
2012-01-14 22:38:49
remove messages and contact tabs.
1 parent 6ee0458
Changed files (3)
app
views
creations
profiles
registrations
app/views/creations/new.html.erb
@@ -5,9 +5,7 @@
 <ul class="tabs">
   <li> <%= link_to "Profile", profiles_mine_path %></li>
   <li class="active"> <%= link_to "Share", new_creation_path %></li>
-  <li><a href="#">Messages</a></li>
   <li> <%= link_to "Settings", edit_user_registration_path %> </li>
-  <li><a href="#">Contact</a></li>
 </ul>
 
 <div class="row">
app/views/profiles/mine.html.erb
@@ -5,9 +5,7 @@
 <ul class="tabs">
   <li class="active"> <%= link_to "Profile", profiles_mine_path %></li>
   <li> <%= link_to "Share", new_creation_path %></li>
-  <li><a href="#">Messages</a></li>
   <li> <%= link_to "Settings", edit_user_registration_path %> </li>
-  <li><a href="#">Contact</a></li>
 </ul>
 
 <div class="row">
app/views/registrations/edit.html.erb
@@ -4,9 +4,7 @@
 <ul class="tabs">
   <li> <%= link_to "Profile", profiles_mine_path %></li>
   <li> <%= link_to "Share", new_creation_path %></li>
-  <li><a href="#">Messages</a></li>
   <li class="active"> <%= link_to "Settings", edit_user_registration_path %> </li>
-  <li><a href="#">Contact</a></li>
 </ul>
 <div class="row">
   <div class="span12">