<%=link_to image_tag("arrow_right_up.png", :size=>"16x16", :title => t('show_advanced_editor')), edit_space_news_path(@space, :big => true), :id => "big_edit_news", :class => "extract_form" %><%= t('news.edit') %>

<%= form_for(@edit_news, :url => space_news_path(@space, @edit_news)) do |f| %>
<%= f.text_field :title, :class => "small_news_title" %>

<%= f.text_area :text, :class => "span-6 small_news_text"%>
<%= link_to t('news.publish_another'), space_news_index_path(@space)%>
<% end %>