Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
making welcome page friendly and cheerful
Browse files Browse the repository at this point in the history
  • Loading branch information
kellishaver committed Oct 19, 2008
1 parent 47ef1c4 commit 60ec64b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/views/layouts/application.html.erb
Expand Up @@ -33,6 +33,10 @@
Welcome back, <%= current_user.username %>!&nbsp;&nbsp;&nbsp;&nbsp;
<small><%= link_to "My Account", edit_user_path(:current) %></small>
</div>
<% else %>
<div id="welcome_bar">
Hi, there! We noticed you're not logged in. Why not register for an account? It's free and easy. <small><a href="/help">Here's how!</a></small>
</div>
<% end %>
<%- flash.each do |name, msg| -%>
<%= content_tag :div, msg, :id => "flash_#{name}" %>
Expand Down
1 change: 1 addition & 0 deletions app/views/welcome/index.html.erb
@@ -0,0 +1 @@
<%= image_tag "splash.png", :id => "splash" %>
Binary file added public/images/splash.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/splash.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 60ec64b

Please sign in to comment.