|
|
|
@ -21,12 +21,9 @@
|
|
|
|
|
<%= f.text_area :description, :required => true, :rows => 4, :style => 'width: 100%;resize: none;', :class => 'create-share' %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="actions" style=" padding-top: 10px; float:right">
|
|
|
|
|
<%= f.submit :value=>(l :label_board_new) ,:class => 'nyan-clean-gray', :style => 'font-size: 14px; padding: 0px 3px' %>
|
|
|
|
|
<%= f.submit :value=>(l :button_submit) ,:class => 'nyan-clean-gray', :style => 'font-size: 14px; padding: 0px 3px' %>
|
|
|
|
|
<%= link_to l(:button_back), forums_path,:class => 'nyan-clean-gray',:style => 'font-size: 14px; padding: 0px 3px; color: #000' %>
|
|
|
|
|
</div>
|
|
|
|
|
<p><%#= f.text_field :name, :required => true %></p>
|
|
|
|
|
<p><%#= f.text_field :description, :required => true, :size => 80 %></p>
|
|
|
|
|
<%#= f.submit :value => (l :label_board_new) %>
|
|
|
|
|
</div>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|