mirror of
https://github.com/redmine/redmine.git
synced 2025-11-14 17:26:06 +01:00
11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
|
|
<%= form_tag({:action => 'edit', :tab => 'api'}) do %>
|
||
|
|
|
||
|
|
<div class="box tabular settings">
|
||
|
|
<p><%= setting_check_box :rest_api_enabled %></p>
|
||
|
|
|
||
|
|
<p><%= setting_check_box :jsonp_enabled %></p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<%= submit_tag l(:button_save) %>
|
||
|
|
<% end %>
|