mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-04-01 20:29:10 +02:00
added layouts/messages to setting views
This commit is contained in:
parent
a2dae7c5d4
commit
935acb7335
3 changed files with 6 additions and 2 deletions
app/views
|
@ -1,6 +1,7 @@
|
||||||
.container.j2-page
|
.container.j2-page
|
||||||
= render 'user/settings_tabs'
|
= render 'user/settings_tabs'
|
||||||
.col-md-9.col-xs-12.col-sm-9
|
.col-md-9.col-xs-12.col-sm-9
|
||||||
|
= render 'layouts/messages'
|
||||||
.panel.panel-default
|
.panel.panel-default
|
||||||
.panel-body
|
.panel-body
|
||||||
- if @services.count > 0
|
- if @services.count > 0
|
||||||
|
|
|
@ -3,8 +3,10 @@
|
||||||
.col-md-9.col-xs-12.col-sm-9
|
.col-md-9.col-xs-12.col-sm-9
|
||||||
.alert.alert-info
|
.alert.alert-info
|
||||||
justask currently only supports avatars over
|
justask currently only supports avatars over
|
||||||
|
= succeed ',' do
|
||||||
%a{href: "https://en.gravatar.com"} Gravatar
|
%a{href: "https://en.gravatar.com"} Gravatar
|
||||||
, after you set yours up, use the E-Mail you are using for it on here as well, we will directly use this image then!
|
after you set yours up, use the E-Mail you are using for it on here as well, we will directly use this image then!
|
||||||
|
= render 'layouts/messages'
|
||||||
.panel.panel-default
|
.panel.panel-default
|
||||||
.panel-body
|
.panel-body
|
||||||
= bootstrap_form_for(resource, as: resource_name, url: '/settings/account', html: { method: :put }) do |f|
|
= bootstrap_form_for(resource, as: resource_name, url: '/settings/account', html: { method: :put }) do |f|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
.container.j2-page
|
.container.j2-page
|
||||||
= render 'settings_tabs'
|
= render 'settings_tabs'
|
||||||
.col-md-9.col-xs-12.col-sm-9
|
.col-md-9.col-xs-12.col-sm-9
|
||||||
|
= render 'layouts/messages'
|
||||||
.panel.panel-default
|
.panel.panel-default
|
||||||
.panel-body
|
.panel-body
|
||||||
= bootstrap_form_for(current_user, url: {action: "edit"}, method: "patch") do |f|
|
= bootstrap_form_for(current_user, url: {action: "edit"}, method: "patch") do |f|
|
||||||
|
|
Loading…
Reference in a new issue