From 6fa1edb4aafabed1c5ce5fb947bcb4289636ebb7 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 17 May 2018 16:01:43 -0300 Subject: [PATCH] todavia no tenemos editor de plantillas --- app/views/posts/index.haml | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/views/posts/index.haml b/app/views/posts/index.haml index ff1727bc..1c6ed644 100644 --- a/app/views/posts/index.haml +++ b/app/views/posts/index.haml @@ -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'