Skip to content

Commit

Permalink
Use bootstrap to hide info on phones
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthaeusHarris committed Mar 11, 2015
1 parent aa28d6d commit 841e2d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/packages.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<th>Description</th>
<th>Status</th>
<th>ETA</th>
<!--<th>Info</th>-->
<th class="hidden-sm hidden-xs">Info</th>
<th>&nbsp;</th>
</tr>
{{#each packages}}
Expand All @@ -53,7 +53,7 @@
<!--<td><a href="{{trackingLink}}">{{trackingNumber}}</a></td>-->
<td>{{ latestEvent }}</td>
<td>{{{ deliveryEstimate }}}</td>
<!--<td><a href="/package/{{_id}}">Info</a><br />({{carrier}})</td>-->
<td class="hidden-sm hidden-xs"><a href="/package/{{_id}}">Info</a><br />({{carrier}})</td>
<td>
<a class="btn btn-danger remove-package-button" href="#" id="{{_id}}">
&times;
Expand Down

0 comments on commit 841e2d4

Please sign in to comment.