blob: d8574b53d7c794e1812de7b62dd2fb868d5c86b6 [file] [log] [blame]
<!-- Bundle page partial html -->
<div id="bundle" class="container">
<nav></nav>
<div class="main-left">
<h3>You are subscribed to the</h3>
<h2>{{name}}</h2>
<table>
<tr ng-repeat="func in funcs">
<td class="icon">icon of function</td>
<td>{{func.name}}</td>
<td class="desc">{{func.desc}}</td>
<td>{{func.params.level && "Level: " + func.params.level}}</td>
</tr>
</table>
</div>
<div class="main-right">
<h2>Available Bundles</h2>
<div bundle-available></div>
</div>
</div>