Skip to content

Commit

Permalink
Fix typo in partial (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr8bit authored and GBH committed Aug 11, 2019
1 parent 045e203 commit add30d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/comfy/admin/cms/pages/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
= link_to t('.new_link'), new_comfy_admin_cms_site_page_path(@site), class: "btn btn-secondary float-right"
%h2= t('.title')

= comfy_admin_partial "comfy/admin/cms/partials/pages_beforea"
= comfy_admin_partial "comfy/admin/cms/partials/pages_before"

%ul.list.sortable
= render partial: "index_branch", collection: @pages

= comfy_admin_partial "comfy/admin/cms/partials/pages_after"
= comfy_admin_partial "comfy/admin/cms/partials/pages_after"

0 comments on commit add30d1

Please sign in to comment.