summaryrefslogtreecommitdiffstats
path: root/app/views/settings/_timelog.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/settings/_timelog.html.erb')
-rw-r--r--app/views/settings/_timelog.html.erb10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/views/settings/_timelog.html.erb b/app/views/settings/_timelog.html.erb
new file mode 100644
index 000000000..4f922011b
--- /dev/null
+++ b/app/views/settings/_timelog.html.erb
@@ -0,0 +1,10 @@
+<%= form_tag({:action => 'edit', :tab => 'timelog'}) do %>
+
+<div class="box tabular settings">
+<p><%= setting_multiselect(:timelog_required_fields,
+ [[l(:field_issue), 'issue_id'], [l(:field_comments), 'comments'] ]) %></p>
+
+</div>
+
+<%= submit_tag l(:button_save) %>
+<% end %>