Skip to content

Commit

Permalink
Minor correction to the main View for an entity.
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetReynolds committed Sep 24, 2013
1 parent d15a135 commit fbe6fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/scaffold/views/search.html.ftl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="form-horizontal">
<h3>Create a new ${entityName}.</h3>
<h3>Create a new ${entityName}</h3>
<div class="control-group">
<div class="controls">
<a id="Create" name="Create" class="btn btn-primary" href="#/${entityName}s/new"><i class="icon-plus-sign icon-white"></i> Create</a>
Expand Down

0 comments on commit fbe6fce

Please sign in to comment.