Skip to content

Instantly share code, notes, and snippets.

@yamaaki
Last active October 6, 2015 10:07
Show Gist options
  • Save yamaaki/54f752281fe4e80ae2bc to your computer and use it in GitHub Desktop.
Save yamaaki/54f752281fe4e80ae2bc to your computer and use it in GitHub Desktop.
#admin-members-edit
- unless @member.errors.empty?
ul.hide
- @member.errors.full_messages.each do |msg|
li.u-toast = msg
.row
.col.s12.m9
.section
#p-title.col.s12.scrollspy
h2.u-title Edit Profile
== render partial: 'form', locals: { is_edit_page: true }
.col.hide-on-small-only.m3
ul.section.table-of-contents.u-right-nav
li = link_to 'Edit Profile', '#p-title'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment