Add dummy import buttons on the export page.

import-zip
Sandrockcstm 6 years ago
parent b6da5d9711
commit 4063c2c7bf
  1. 23
      templates/user/export.tmpl

@ -24,5 +24,28 @@
</div>
<div class="snug content-container">
<h2 id="posts-header">Import</h2>
<p>You may import your data from another instance at any time here.</p>
<table class="classy export">
<tr>
<th style="width: 40%">Export</th>
<th colspan="2">Format</th>
</tr>
<tr>
<th>Posts</th>
<td><p class="text-cta"><a href="">CSV</a></p></td>
<td><p class="text-cta"><a href="">TXT</a></p></td>
</tr>
<tr>
<th>User + Blogs + Posts</th>
<td><p class="text-cta"><a href="">JSON</a></p></td>
<td><p class="text-cta"><a href="">Prettified</a></p></td>
</tr>
</table>
</div>
{{template "footer" .}}
{{end}}

Loading…
Cancel
Save