Skip to content

Commit

Permalink
removing copy block on the new feature request form for now
Browse files Browse the repository at this point in the history
  • Loading branch information
benilovj committed Nov 21, 2012
1 parent 2366076 commit f5dff0c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/views/new_feature_requests/new.html.erb
@@ -1,10 +1,6 @@
<%= content_for :page_title, "New feature/need" %>
<%= content_for :header, "Request a new feature/need" %>

<div class="alert alert-warning">
<p>Copy goes here.</p>
</div>

<div class="well">
<%= semantic_form_for @request, :url => { :action => "create" }, :html => { :novalidate => false } do |f| %>
Expand Down

0 comments on commit f5dff0c

Please sign in to comment.