Changeset eefd302 in Klonkt for src/views/pages/following.ejs
- Timestamp:
- 06/26/2026 05:04:49 PM (2 months ago)
- Branches:
- main
- Children:
- cf4cf27
- Parents:
- 69e7a79
- File:
-
- 1 edited
-
src/views/pages/following.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/following.ejs
r69e7a79 reefd302 9 9 </div> 10 10 11 <form method="post" action="/news paper/follow" class="tl-follow">11 <form method="post" action="/news/follow" class="tl-follow"> 12 12 <input type="text" name="handle" placeholder="@naam@server.social of site.com" autocomplete="off" spellcheck="false" required> 13 13 <button type="submit" class="btn btn-primary"><%= t('tl.follow_btn') %></button> … … 26 26 <% if (f.status === 'pending') { %><span class="tl-pending"><%= t('tl.pending') %></span><% } %> 27 27 </span> 28 <form method="post" action="/news paper/autoboost" class="tl-foll-ab" title="<%= t('tl.autoboost_hint') %>">28 <form method="post" action="/news/autoboost" class="tl-foll-ab" title="<%= t('tl.autoboost_hint') %>"> 29 29 <input type="hidden" name="actor_uri" value="<%= f.actor_uri %>"> 30 30 <label><input type="checkbox" name="auto_boost" value="1" <%= f.auto_boost ? 'checked' : '' %> onchange="this.form.submit()"> ✨ <%= t('tl.autoboost') %></label> 31 31 </form> 32 <form method="post" action="/news paper/unfollow"><input type="hidden" name="actor_uri" value="<%= f.actor_uri %>"><button type="submit" class="tl-unfollow"><%= t('tl.unfollow') %></button></form>32 <form method="post" action="/news/unfollow"><input type="hidden" name="actor_uri" value="<%= f.actor_uri %>"><button type="submit" class="tl-unfollow"><%= t('tl.unfollow') %></button></form> 33 33 </li> 34 34 <% }); %>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)