mirror of
https://github.com/redmine/redmine.git
synced 2026-01-24 08:19:53 +01:00
7 lines
211 B
Plaintext
7 lines
211 B
Plaintext
|
|
<h2><%= l :label_webhook_edit %></h2>
|
||
|
|
|
||
|
|
<%= labelled_form_for @webhook, html: { method: :patch } do |f| %>
|
||
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
||
|
|
<%= submit_tag l(:button_save) %>
|
||
|
|
<% end %>
|