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'