Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
6
app/views/auth_sources/_form.html.erb
Normal file
6
app/views/auth_sources/_form.html.erb
Normal file
|
@ -0,0 +1,6 @@
|
|||
<%= error_messages_for 'auth_source' %>
|
||||
|
||||
<div class="box tabular">
|
||||
<p><%= f.text_field :name, :required => true %></p>
|
||||
<p><%= f.check_box :onthefly_register, :label => :field_onthefly %></p>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue