swamp09/sample_app

View on GitHub
app/views/users/edit.html.haml

Summary

Maintainability
Test Coverage
- provide(:title,"Edit user")
- provide(:button_text,'Save changes')
%h1 Update your profile
.row
  .col-md-6.col-md-offset-3
    = render 'edit_form'
    .gravatar_edit
      = gravatar_for @user
      %a{:href => "http://gravatar.com/emails", :rel => "noopener", :target => "_blank"} change