Skip to content

Commit

Permalink
Step 18.4: Remove LoginButtons from a template
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent 0fb6081 commit 740c093
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/imports/app/parties/parties-list.component.html
Expand Up @@ -2,8 +2,6 @@
<parties-form [hidden]="!user" style="float: left"></parties-form>
<input type="text" #searchtext placeholder="Search by Location">
<button type="button" (click)="search(searchtext.value)">Search</button>

<login-buttons></login-buttons>

<h1>Parties:</h1>

Expand Down

0 comments on commit 740c093

Please sign in to comment.