Retrospring/app/views/layouts/user/settings.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
225 B
Plaintext
Raw Normal View History

.container-lg.container--main
2020-04-25 08:04:23 -07:00
.row
.col-md-3.col-xs-12.col-sm-4
= render 'tabs/settings'
.col-md-9.col-xs-12.col-sm-8
= render 'layouts/messages'
2020-05-10 04:10:47 -07:00
= yield
.d-block.d-sm-none= render "shared/links"