Skip to content

Commit

Permalink
Removing duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jun 19, 2010
1 parent 093fe5d commit 89f4e76
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/views/features/_form.html.erb
Expand Up @@ -2,7 +2,6 @@
<% end %>
<% content_for :js_head do %>
<%= javascript_include_tag "/javascripts/form" %>
<%= javascript_include_tag "/javascripts/validations/feature" %>
<% end %>
Expand Down
1 change: 0 additions & 1 deletion app/views/projects/_form.html.erb
@@ -1,5 +1,4 @@
<% content_for :js_head do %>
<%= javascript_include_tag "/javascripts/form" %>
<%= javascript_include_tag "/javascripts/validations/project" %>
<% end %>
Expand Down
1 change: 0 additions & 1 deletion app/views/steps/_form.html.erb
@@ -1,7 +1,6 @@
<%= render :partial => "/common/hover_dialog" %>
<% content_for :js_head do %>
<%= javascript_include_tag "/javascripts/form" %>
<%= javascript_include_tag "/javascripts/validations/step" %>
<% end %>

Expand Down
1 change: 0 additions & 1 deletion app/views/stories/_form.html.erb
Expand Up @@ -6,7 +6,6 @@
<%= render :partial => "/common/hover_dialog" %>
<% content_for :js_head do %>
<%= javascript_include_tag "/javascripts/form" %>
<%= javascript_include_tag "/javascripts/validations/story" %>
<%= javascript_include_tag "add_step" %>
<% end %>
Expand Down

0 comments on commit 89f4e76

Please sign in to comment.