Skip to content

Commit

Permalink
Actually add these options in view.
Browse files Browse the repository at this point in the history
  • Loading branch information
rizwanreza committed Aug 21, 2010
1 parent 7d54f3e commit bd45526
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/views/address_books/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ end
<option value="contains">Contains</option>
<option value="does_not_contain">Does not contain</option>
<option value="is">is</option>
<option value="starts_with">Starts with</option>
<option value="ends_with">Ends with</option>
</select>

<label for="name">Name</label>
Expand All @@ -30,6 +32,8 @@ end
<option value="contains">Contains</option>
<option value="does_not_contain">Does not contain</option>
<option value="is">is</option>
<option value="starts_with">Starts with</option>
<option value="ends_with">Ends with</option>
</select>

<label for="name">Address</label>
Expand Down

0 comments on commit bd45526

Please sign in to comment.