mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 18:46:22 +00:00
No cortar las columnas
This commit is contained in:
parent
c601845a27
commit
5a324ae71f
1 changed files with 2 additions and 2 deletions
|
@ -112,11 +112,11 @@
|
|||
%span{ lang: post.locale, dir: dir }= category
|
||||
= '/' unless post.front_matter['categories'].last == category
|
||||
|
||||
%td
|
||||
%td.text-nowrap
|
||||
= post.created_at.strftime('%F')
|
||||
%br/
|
||||
= post.order
|
||||
%td
|
||||
%td.text-nowrap
|
||||
- if @usuarie || policy(post).edit?
|
||||
= link_to t('posts.edit'), edit_site_post_path(@site, post.path), class: 'btn btn-block'
|
||||
- if @usuarie || policy(post).destroy?
|
||||
|
|
Loading…
Reference in a new issue