mirror of
https://github.com/redmine/redmine.git
synced 2026-01-19 14:03:06 +01:00
Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@24073 e93f8b46-1217-0410-a6f0-8f06a7374b81
13 lines
301 B
Plaintext
13 lines
301 B
Plaintext
<%= form_tag({:action => 'edit', :tab => 'integrations'}) do %>
|
|
|
|
<div class="box tabular settings">
|
|
<p><%= setting_check_box :rest_api_enabled %></p>
|
|
|
|
<p><%= setting_check_box :jsonp_enabled %></p>
|
|
|
|
<p><%= setting_check_box :webhooks_enabled %></p>
|
|
</div>
|
|
|
|
<%= submit_tag l(:button_save) %>
|
|
<% end %>
|