Changeset 0fa59c3 in Klonkt for src/views/pages/following.ejs
- Timestamp:
- 06/26/2026 03:56:42 PM (2 months ago)
- Branches:
- main
- Children:
- 84903a1
- Parents:
- cb3d5fc
- File:
-
- 1 edited
-
src/views/pages/following.ejs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/following.ejs
rcb3d5fc r0fa59c3 1 1 <div class="tl-wrap"> 2 2 <%- include('../partials/fedi-tabs', { active: 'following' }) %> 3 <h1 class="tl-title"><%= t('tl.title') %></h1> 4 <p class="tl-lead"><%= t('tl.lead') %></p> 3 <h1 class="tl-title"><%= t('tl.tab_following') %></h1> 5 4 <% if (typeof success !== 'undefined' && success) { %><div class="alert alert-success"><%= success %></div><% } %> 6 5 <% if (typeof error !== 'undefined' && error) { %><div class="alert alert-error"><%= error %></div><% } %> … … 10 9 </div> 11 10 12 <form method="post" action="/ timeline/follow" class="tl-follow">11 <form method="post" action="/newspaper/follow" class="tl-follow"> 13 12 <input type="text" name="handle" placeholder="@naam@server.social of site.com" autocomplete="off" spellcheck="false" required> 14 13 <button type="submit" class="btn btn-primary"><%= t('tl.follow_btn') %></button> … … 27 26 <% if (f.status === 'pending') { %><span class="tl-pending"><%= t('tl.pending') %></span><% } %> 28 27 </span> 29 <form method="post" action="/ timeline/autoboost" class="tl-foll-ab" title="<%= t('tl.autoboost_hint') %>">28 <form method="post" action="/newspaper/autoboost" class="tl-foll-ab" title="<%= t('tl.autoboost_hint') %>"> 30 29 <input type="hidden" name="actor_uri" value="<%= f.actor_uri %>"> 31 30 <label><input type="checkbox" name="auto_boost" value="1" <%= f.auto_boost ? 'checked' : '' %> onchange="this.form.submit()"> ✨ <%= t('tl.autoboost') %></label> 32 31 </form> 33 <form method="post" action="/ timeline/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="/newspaper/unfollow"><input type="hidden" name="actor_uri" value="<%= f.actor_uri %>"><button type="submit" class="tl-unfollow"><%= t('tl.unfollow') %></button></form> 34 33 </li> 35 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)