<%= form_for(@edit_news, :url => space_news_path(@space, @edit_news)) do |f| %>

<%= f.text_field :title, :class => "big_news_title" %>

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