mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-21 16:21:45 +08:00
9 lines
380 B
HTML
9 lines
380 B
HTML
<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>
|