mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
9 lines
302 B
Text
9 lines
302 B
Text
.container
|
|
.row
|
|
.col-md-12
|
|
.page-header
|
|
%h1 Edit your Account
|
|
.row
|
|
.col-md-12
|
|
= form_for(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put }) do |f|
|
|
= render partial: 'form_fields', locals: { f: f, full: true, edit: true }
|