Commit
ae09bca9e89cae9a4f5ecc1848b1271a6809579d
Exists in
staging
and in
26 other branches
angular_poc, api-article-archived, api-homepage, api_visitor, article-readonly, caching-rails4, captcha_serpro_plugin, comment_paragraph_api, comments_api_reply, content-manager-hostspot, environment-api, export-comment-paragraph, fix_event_date_issue, fix_multitenancy, fix_profile_wall, fix_string_downcase_and_upcase, fix_upload_files_on_development_environment, json_cookie_serializer, login-captcha, master, new_security, new_video_plugin, pg_search_rank, production, resend_confirmation_email, tasks_keep_filter_params
ActionItem4: adding edit view file
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@46 3f533792-8f58-4932-b0fe-aaf55b0a4547
|
| @@ -0,0 +1,7 @@ |
| @@ -0,0 +1,7 @@ |
|
| |
1
| +<h2> <%= _('Editing Tag') %> </h2> |
|
| |
2
| + |
|
| |
3
| +<%= start_form_tag :action => 'update', :id => @tag %> |
|
| |
4
| + <%= render :partial => 'form' %> |
|
| |
5
| + <%= submit_tag _('Update') %> |
|
| |
6
| + <%= link_to _('Cancel'), {:action => 'list'} %> |
|
| |
7
| +<%= end_form_tag %> |