Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Changed template placeholder to reflect new DonorsChoose clean urls
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Sep 20, 2012
1 parent 72d6de0 commit a0914a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/proposals/index.ctp
Expand Up @@ -10,7 +10,7 @@
<!-- <label for="data[Proposal][search]">Paste your DonorsChoose project URL:</label> -->
<fieldset>
<div>
<input type="text" name="data[Proposal][search]" placeholder="e.g. http://www.donorschoose.org/donors/proposal.html?id=555077" id="ProposalSearch" />
<input type="text" name="data[Proposal][search]" placeholder="e.g. http://www.donorschoose.org/project/awesome-technology/8675309/" id="ProposalSearch" />
</div>
<input class="search-submit" type="submit" value="Retrieve Project &rarr;" />
</fieldset>
Expand Down

0 comments on commit a0914a2

Please sign in to comment.