lib/templates/layouts/dummy_data.html.erb~ in thesilverspoon-0.0.15 vs lib/templates/layouts/dummy_data.html.erb~ in thesilverspoon-0.0.16
- old
+ new
@@ -45,11 +45,11 @@
<%%= f.password_field :password, :class=>"input-small", :placeholder=>"Password" %>
<%%= f.submit "Sign In", :class=>"primary btn" %>
<%% end %>
<%% else %>
<div class="pull-right" style="margin-top: 10px;color:white;">
- <%%= current_user.username %>
+ <%%= current_user.email %>
<span class="nav_link">
| <%%= link_to "Sign out", destroy_user_session_path, :method => :delete, :style=>"color:white;" %>
</span>
</div>
<%% end %>
@@ -70,12 +70,10 @@
<%%= yield %>
</div>
<%% if request.fullpath=="/" %>
- <footer>
- <p>A <a href="http://www.ptotem.com">Ptotem Learning Projects</a> Initiative 2011</p>
- </footer>
+
<%% end %>
</div>
</div>