hide unimplemented API endpoints in account view
This commit is contained in:
parent
4e7f7a1d0e
commit
4e33f1e706
1 changed files with 4 additions and 4 deletions
|
@ -93,7 +93,7 @@
|
||||||
</button>
|
</button>
|
||||||
%= end
|
%= end
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr><!--
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">History</th>
|
<th scope="row">History</th>
|
||||||
<td>
|
<td>
|
||||||
|
@ -139,7 +139,7 @@
|
||||||
</button>
|
</button>
|
||||||
%= end
|
%= end
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr> -->
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -185,7 +185,7 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<!--
|
||||||
<h3>History</h3>
|
<h3>History</h3>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col s12">
|
<div class="col s12">
|
||||||
|
@ -203,7 +203,7 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
<h2>Export</h2>
|
<h2>Export</h2>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
Loading…
Reference in a new issue