Commit
9913add2d092346c97dc5b277b4922b3c132290a
Exists in
master
and in
21 other branches
activate_plugin, api_fixies, api_tasks, article_blog_visualization_format, article_layout_refactoring, article_layout_temp, blog_page_bug, clone_article, communities_ratings, design_template, event_layout, fix_forum, fix_optional_fields, fix_suggest_article, folder_improvments, manage_organization, news_page, script_to_update, template_mirror_block, tests, tests_fixies
Add custom edit page for link article
|
| @@ -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> |