Changeset f278df9 in Klonkt for src/views/pages
- Timestamp:
- 06/26/2026 07:47:20 AM (2 months ago)
- Branches:
- main
- Children:
- ce0bedf
- Parents:
- 283f618
- File:
-
- 1 edited
-
src/views/pages/timeline.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/timeline.ejs
r283f618 rf278df9 8 8 <input type="text" name="handle" placeholder="@naam@server.social" autocomplete="off" spellcheck="false" required> 9 9 <button type="submit" class="btn btn-primary"><%= t('tl.follow_btn') %></button> 10 <label class="tl-follow-ab" title="<%= t('tl.autoboost_hint') %>"><input type="checkbox" name="auto_boost" value="1"> 🔁 <%= t('tl.autoboost_follow') %></label> 10 11 </form> 11 12 … … 21 22 <% if (f.status === 'pending') { %><span class="tl-pending"><%= t('tl.pending') %></span><% } %> 22 23 </span> 24 <form method="post" action="/tijdlijn/autoboost" class="tl-foll-ab" title="<%= t('tl.autoboost_hint') %>"> 25 <input type="hidden" name="actor_uri" value="<%= f.actor_uri %>"> 26 <label><input type="checkbox" name="auto_boost" value="1" <%= f.auto_boost ? 'checked' : '' %> onchange="this.form.submit()"> 🔁 <%= t('tl.autoboost') %></label> 27 </form> 23 28 <form method="post" action="/tijdlijn/unfollow"><input type="hidden" name="actor_uri" value="<%= f.actor_uri %>"><button type="submit" class="tl-unfollow"><%= t('tl.unfollow') %></button></form> 24 29 </li>
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)