Restream/redmine_undev_git

View on GitHub
app/views/project_hooks/edit.html.erb

Summary

Maintainability
Test Coverage
<h2><%= l(:label_hook_edit) %></h2>
<%= labelled_form_for(@hook, url: project_hook_path(@project, @hook)) do |f| %>
  <%= render partial: 'form', locals: { f: f, hook: @hook } %>
  <%= submit_tag l(:button_save) %>
  <%= link_to l(:button_cancel), settings_project_path(@project, tab: 'hooks') %>
<% end %>