summaryrefslogtreecommitdiffstats
path: root/app/views/trackers/new.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/trackers/new.rhtml')
-rw-r--r--app/views/trackers/new.rhtml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/trackers/new.rhtml b/app/views/trackers/new.rhtml
new file mode 100644
index 000000000..b318a5dc4
--- /dev/null
+++ b/app/views/trackers/new.rhtml
@@ -0,0 +1,6 @@
+<h2><%=l(:label_tracker_new)%></h2>
+
+<% labelled_tabular_form_for :tracker, @tracker, :url => { :action => 'new' } do |f| %>
+<%= render :partial => 'form', :locals => { :f => f } %>
+<%= submit_tag l(:button_create) %>
+<% end %> \ No newline at end of file