Skip to content

Commit

Permalink
fixes #11301 - add cell to sub row to account for checkbox column
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmckay committed Aug 5, 2015
1 parent 83e98af commit 9c106ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -63,7 +63,7 @@

<tbody>
<tr bst-table-row ng-repeat-start="(name, subscriptions) in groupedSubscriptions">
<td bst-table-cell colspan="8">
<td bst-table-cell colspan="9">
<a href='/subscriptions?search=product_name:"{{ name }}"'>
{{ name }}
</a>
Expand Down
Expand Up @@ -63,7 +63,7 @@

<tbody>
<tr bst-table-row ng-repeat-start="(name, subscriptions) in groupedSubscriptions">
<td bst-table-cell colspan="8">
<td bst-table-cell colspan="9">
<a href='/subscriptions?search=product_name:"{{ name }}"'>
{{ name }}
</a>
Expand Down
Expand Up @@ -69,7 +69,7 @@

<tbody>
<tr bst-table-row ng-repeat-start="(name, subscriptions) in groupedSubscriptions">
<td bst-table-cell colspan="8">
<td bst-table-cell colspan="9">
<a href='/subscriptions?search=productName:"{{ name }}"'>
{{ name }}
</a>
Expand Down
Expand Up @@ -68,7 +68,7 @@

<tbody>
<tr bst-table-row ng-repeat-start="(name, subscriptions) in groupedSubscriptions">
<td bst-table-cell colspan="8">
<td bst-table-cell colspan="9">
<a href='/subscriptions?search=productName:"{{ name }}"'>
{{ name }}
</a>
Expand Down

0 comments on commit 9c106ae

Please sign in to comment.