Commit 5014ecf6 authored by Jeroen van Baarsen's avatar Jeroen van Baarsen

Typo fix in show.html.haml

Personl -> Personal
parent 57173040
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
Username Username
= form_for @user, url: update_username_profile_path, method: :put, remote: true do |f| = form_for @user, url: update_username_profile_path, method: :put, remote: true do |f|
%p %p
Changing your username will change path to all personl projects! Changing your username will change path to all personal projects!
%div %div
= f.text_field :username, required: true, class: 'input-xlarge input-xpadding' = f.text_field :username, required: true, class: 'input-xlarge input-xpadding'
   
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment