fish-shell/share/tools/web_config/partials/bindings.html

9 lines
380 B
HTML
Raw Normal View History

2013-10-13 23:10:00 +08:00
<table class="data_table">
<tbody>
<tr class="data_table_row" ng-repeat="binding in bindings">
<td class="data_table_cell no_overflow" style="text-align: right; padding-right: 30px;">{{ binding.command }}</td>
<td class="data_table_cell no_overflow" style="text-align: left; padding-right: 30px;">{{ binding.binding }}</td>
</tr>
</tbody>
</table>