Last active
October 6, 2015 10:07
-
-
Save yamaaki/54f752281fe4e80ae2bc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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