Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/following.ejs

    re9ec5e4 rd8e3ff7  
    1414    <label class="tl-follow-ab" title="<%= t('tl.autoboost_hint') %>"><input type="checkbox" name="auto_boost" value="1"> ✨ <%= t('tl.autoboost_follow') %></label>
    1515  </form>
    16 
    17   <details class="tl-move">
    18     <summary><%= t('tl.move_title') %></summary>
    19     <p class="tl-move-hint"><%= t('tl.move_hint') %></p>
    20     <p><a class="btn" href="/news/following.csv" download>⬇ <%= t('tl.move_export') %></a></p>
    21     <form method="post" action="/news/following/import">
    22       <label class="tl-move-lbl" for="tl-move-csv"><%= t('tl.move_import_lbl') %></label>
    23       <textarea id="tl-move-csv" name="csv" rows="5" spellcheck="false"
    24                 placeholder="Account address,Show boosts,Notify on new posts,Languages,Featured"></textarea>
    25       <button type="submit" class="btn btn-primary"><%= t('tl.move_import') %></button>
    26     </form>
    27   </details>
    2816
    2917  <% if (following && following.length) { %>
Note: See TracChangeset for help on using the changeset viewer.