Show tx without inputs or outputs in explorer

This commit is contained in:
Martin Boehm 2018-09-13 13:16:44 +02:00
parent d5e9bb37c9
commit a259d4713c

View File

@ -27,6 +27,8 @@
{{- end -}}
</td>
</tr>
{{- else -}}
<tr><td>No Inputs</td></tr>
{{- end -}}
</tbody>
</table>
@ -58,6 +60,8 @@
</span>
</td>
</tr>
{{- else -}}
<tr><td>No Outputs</td></tr>
{{- end -}}
</tbody>
</table>