Skip to content

Instantly share code, notes, and snippets.

@baileylo
Created October 20, 2010 06:31
Show Gist options
  • Save baileylo/635896 to your computer and use it in GitHub Desktop.
Save baileylo/635896 to your computer and use it in GitHub Desktop.
Changed Title and Back link to homepage
<h1 id="page_title">Edit Your Profile</h1>
<%= render 'form' %>
<%= link_to 'Show', @user %> |
<%= link_to 'Back', homepage_url %>
<h1 id="page_title">Registration</h1>
<%= render 'form' %>
<%= link_to 'Back', homepage_url %>
<h1 id="page_title"><%= @user.username %>'s Profile</h1>
<p id="notice"><%= notice %></p>
<p>
<b>Username:</b>
<%= @user.username %>
</p>
<p>
<b>Email:</b>
<%= @user.email %>
</p>
<%= link_to 'Rails Boards', homepage_url %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment