Skip to content

Commit

Permalink
smaller tags
Browse files Browse the repository at this point in the history
  • Loading branch information
blahah committed Feb 16, 2014
1 parent 6d9ec8b commit 8c7017c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/listOfTags.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@

<template name="listOfTags">
{{#each listOfTags.tags}}
<li>
<div class="btn-group" draggable="true">
<button class="btn btn btn-mini">{{tagName}}</button>
<button class="btn btn btn-xs">{{tagName}}</button>
{{#if mayRemove}}
<button class="btn btn btn-mini" name="delete">
<button class="btn btn btn-xs" name="delete">
<span>&times</span>
</button>
{{/if}}
Expand Down

0 comments on commit 8c7017c

Please sign in to comment.