Skip to content

Commit

Permalink
adding copy for providing supporting files
Browse files Browse the repository at this point in the history
  • Loading branch information
benilovj committed Dec 12, 2012
1 parent c261fcd commit b2ba604
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/content_change_requests/new.html.erb
Expand Up @@ -25,6 +25,8 @@
<%= render partial: "request_details", locals: { f: f} %>
<%= render partial: "support/attachment_instructions" %>
<%= render partial: "support/time_constraint", locals: { f: f } %>

<div class="alert alert-info alert-block">
Expand Down
2 changes: 2 additions & 0 deletions app/views/new_feature_requests/new.html.erb
Expand Up @@ -8,6 +8,8 @@
<%= render partial: "request_details", locals: { f: f } %>
<%= render partial: "support/attachment_instructions" %>
<%= render partial: "support/time_constraint", locals: { f: f } %>
<%= f.action :submit, label: "Submit", button_html: { class: "btn btn-success" } %>
Expand Down
3 changes: 3 additions & 0 deletions app/views/support/_attachment_instructions.html
@@ -0,0 +1,3 @@
<div class="alert alert-info alert-block">
<p>If you have relevant supporting documents, or files for us to host, please send them as attachments in reply to the acknowledgement email you will receive shortly.</p>
</div>

0 comments on commit b2ba604

Please sign in to comment.