Commit 9913add2d092346c97dc5b277b4922b3c132290a

Authored by Victor Costa
1 parent 1dfcb26d

Add custom edit page for link article

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
app/views/cms/_link_article.html.erb 0 → 100644
@@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
  1 +<div>
  2 + <%= labelled_form_field(_('Title'), @article.name) %>
  3 + <%= labelled_form_field(_('Reference'), link_to(url_for @article.view_url)) %>
  4 +
  5 + <%= render :partial => 'general_fields' %>
  6 +</div>