Commit 5c1caa38cc9b9c2bc12c65007469c0dc31e65b9a

Authored by Victor Costa
2 parents c85446f9 9913add2

Merge branch 'AI3269_link-article' into rails3_stable

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 @@
  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>
... ...