summaryrefslogtreecommitdiffstats
path: root/app/views/trackers
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/trackers')
-rw-r--r--app/views/trackers/edit.html.erb2
-rw-r--r--app/views/trackers/new.html.erb2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/trackers/edit.html.erb b/app/views/trackers/edit.html.erb
index b553704a0..76744c403 100644
--- a/app/views/trackers/edit.html.erb
+++ b/app/views/trackers/edit.html.erb
@@ -1,5 +1,5 @@
<h2><%= link_to l(:label_tracker_plural), trackers_path %> &#187; <%=h @tracker %></h2>
-<% labelled_form_for @tracker do |f| %>
+<%= labelled_form_for @tracker do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<% end %>
diff --git a/app/views/trackers/new.html.erb b/app/views/trackers/new.html.erb
index e48525793..7bd8c6a00 100644
--- a/app/views/trackers/new.html.erb
+++ b/app/views/trackers/new.html.erb
@@ -1,5 +1,5 @@
<h2><%= link_to l(:label_tracker_plural), trackers_path %> &#187; <%=l(:label_tracker_new)%></h2>
-<% labelled_form_for @tracker do |f| %>
+<%= labelled_form_for @tracker do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<% end %>