mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 02:21:42 +00:00
feat: mover el botón de publicación a una zona más visible #13071
This commit is contained in:
parent
8f1c38b8fc
commit
f5aae98b91
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,8 @@
|
|||
- cache_if @usuarie, [@site, I18n.locale] do
|
||||
= render 'sites/status', site: @site
|
||||
|
||||
= render 'sites/build', site: @site
|
||||
|
||||
%h3= t('posts.new')
|
||||
%table.mb-3
|
||||
- @site.layouts.sort_by(&:humanized_name).each do |layout|
|
||||
|
@ -33,8 +35,6 @@
|
|||
type: 'info',
|
||||
link: site_usuaries_path(@site)
|
||||
|
||||
= render 'sites/build', site: @site
|
||||
|
||||
- if @site.design.credits
|
||||
= render 'bootstrap/alert' do
|
||||
= sanitize_markdown @site.design.credits
|
||||
|
|
Loading…
Reference in a new issue