diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2019-04-06 13:58:10 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2019-04-06 21:23:21 +0200 | 
| commit | 4e33f1e7062b25de66c2354145eed097bb1dc73b (patch) | |
| tree | 3bd6e1633574d3f6e386e57df5886a71d3d4d15f | |
| parent | 4e7f7a1d0e4c87f38ec0c494ab4850f706eed16b (diff) | |
hide unimplemented API endpoints in account view0.12
| -rw-r--r-- | templates/account.html.ep | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/templates/account.html.ep b/templates/account.html.ep index dd808a6..5a19c90 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -93,7 +93,7 @@  						</button>  					%= end  				</td> -			</tr> +			</tr><!--  			<tr>  				<th scope="row">History</th>  				<td> @@ -139,7 +139,7 @@  						</button>  					%= end  				</td> -			</tr> +			</tr> -->  		</table>  	</div>  </div> @@ -185,7 +185,7 @@  		</p>  	</div>  </div> - +<!--  <h3>History</h3>  <div class="row">  	<div class="col s12"> @@ -203,7 +203,7 @@  		</p>  	</div>  </div> - +-->  <h2>Export</h2>  <div class="row"> | 
