suitepro/app/views/repositories/edit.html.erb
2018-02-02 22:19:29 +01:00

5 lines
254 B
Text

<h2><%= l(:label_repository) %></h2>
<%= labelled_form_for :repository, @repository, :url => repository_path(@repository), :html => {:method => :put, :id => 'repository-form'} do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<% end %>