todavia no tenemos editor de plantillas
This commit is contained in:
parent
1e23b67c7f
commit
6fa1edb4aa
1 changed files with 0 additions and 3 deletions
|
@ -21,9 +21,6 @@
|
||||||
= link_to template.id.camelize,
|
= link_to template.id.camelize,
|
||||||
new_site_post_path(@site, lang: @lang, template: template.id),
|
new_site_post_path(@site, lang: @lang, template: template.id),
|
||||||
class: 'dropdown-item'
|
class: 'dropdown-item'
|
||||||
.dropdown-divider
|
|
||||||
= link_to t('templates.index'), site_templates_path(@site),
|
|
||||||
class: 'dropdown-item'
|
|
||||||
- @site.translations.each do |l|
|
- @site.translations.each do |l|
|
||||||
= link_to t("i18n.#{l}"), site_posts_path(@site, category: @category, lang: l),
|
= link_to t("i18n.#{l}"), site_posts_path(@site, category: @category, lang: l),
|
||||||
class: 'btn btn-info'
|
class: 'btn btn-info'
|
||||||
|
|
Loading…
Reference in a new issue