5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-04 10:15:45 +00:00

todavia no tenemos editor de plantillas

This commit is contained in:
f 2018-05-17 16:01:43 -03:00
parent 1e23b67c7f
commit 6fa1edb4aa
No known key found for this signature in database
GPG key ID: F3FDAB97B5F9F7E7

View file

@ -21,9 +21,6 @@
= link_to template.id.camelize,
new_site_post_path(@site, lang: @lang, template: template.id),
class: 'dropdown-item'
.dropdown-divider
= link_to t('templates.index'), site_templates_path(@site),
class: 'dropdown-item'
- @site.translations.each do |l|
= link_to t("i18n.#{l}"), site_posts_path(@site, category: @category, lang: l),
class: 'btn btn-info'