forked from midou/invidious
		
	Remove useless link in item forms (buttons on thumbnail)
This commit is contained in:
		| @@ -52,15 +52,12 @@ | ||||
|                 <% if !env.get("preferences").as(Preferences).thin_mode %> | ||||
|                     <div class="thumbnail"> | ||||
|                         <img loading="lazy" tabindex="-1" class="thumbnail" src="/vi/<%= item.id %>/mqdefault.jpg"/> | ||||
|  | ||||
|                         <% if plid_form = env.get?("remove_playlist_items") %> | ||||
|                             <form data-onsubmit="return_false" action="/playlist_ajax?action_remove_video=1&set_video_id=<%= item.index %>&playlist_id=<%= plid_form %>&referer=<%= env.get("current_page") %>" method="post"> | ||||
|                                 <input type="hidden" name="csrf_token" value="<%= HTML.escape(env.get?("csrf_token").try &.as(String) || "") %>"> | ||||
|                                 <p class="watched"> | ||||
|                                     <a data-onclick="remove_playlist_item" data-index="<%= item.index %>" data-plid="<%= plid_form %>" href="javascript:void(0)"> | ||||
|                                         <button type="submit" style="all:unset"> | ||||
|                                             <i class="icon ion-md-trash"></i> | ||||
|                                         </button> | ||||
|                                     </a> | ||||
|                                     <button type="submit" style="all:unset" data-onclick="remove_playlist_item" data-index="<%= item.index %>" data-plid="<%= plid_form %>"><i class="icon ion-md-trash"></i></button> | ||||
|                                 </p> | ||||
|                             </form> | ||||
|                         <% end %> | ||||
| @@ -108,24 +105,16 @@ | ||||
|                             <form data-onsubmit="return_false" action="/watch_ajax?action_mark_watched=1&id=<%= item.id %>&referer=<%= env.get("current_page") %>" method="post"> | ||||
|                                 <input type="hidden" name="csrf_token" value="<%= HTML.escape(env.get?("csrf_token").try &.as(String) || "") %>"> | ||||
|                                 <p class="watched"> | ||||
|                                     <a data-onclick="mark_watched" data-id="<%= item.id %>" href="javascript:void(0)"> | ||||
|                                         <button type="submit" style="all:unset"> | ||||
|                                             <i data-mouse="switch_classes" data-switch-classes="ion-ios-eye-off,ion-ios-eye" | ||||
|                                                 class="icon ion-ios-eye"> | ||||
|                                             </i> | ||||
|                                         </button> | ||||
|                                     </a> | ||||
|                                     <button type="submit" style="all:unset" data-onclick="mark_watched" data-id="<%= item.id %>"> | ||||
|                                         <i data-mouse="switch_classes" data-switch-classes="ion-ios-eye-off,ion-ios-eye" class="icon ion-ios-eye"></i> | ||||
|                                     </button> | ||||
|                                 </p> | ||||
|                             </form> | ||||
|                         <% elsif plid_form = env.get? "add_playlist_items" %> | ||||
|                             <form data-onsubmit="return_false" action="/playlist_ajax?action_add_video=1&video_id=<%= item.id %>&playlist_id=<%= plid_form %>&referer=<%= env.get("current_page") %>" method="post"> | ||||
|                                 <input type="hidden" name="csrf_token" value="<%= HTML.escape(env.get?("csrf_token").try &.as(String) || "") %>"> | ||||
|                                 <p class="watched"> | ||||
|                                     <a data-onclick="add_playlist_item" data-id="<%= item.id %>" data-plid="<%= plid_form %>" href="javascript:void(0)"> | ||||
|                                         <button type="submit" style="all:unset"> | ||||
|                                             <i class="icon ion-md-add"></i> | ||||
|                                         </button> | ||||
|                                     </a> | ||||
|                                     <button type="submit" style="all:unset" data-onclick="add_playlist_item" data-id="<%= item.id %>" data-plid="<%= plid_form %>"><i class="icon ion-md-add"></i></button> | ||||
|                                 </p> | ||||
|                             </form> | ||||
|                         <% end %> | ||||
|   | ||||
| @@ -38,9 +38,7 @@ | ||||
|                             <form data-onsubmit="return_false" action="/watch_ajax?action_mark_unwatched=1&id=<%= item %>&referer=<%= env.get("current_page") %>" method="post"> | ||||
|                                 <input type="hidden" name="csrf_token" value="<%= URI.encode_www_form(env.get?("csrf_token").try &.as(String) || "") %>"> | ||||
|                                 <p class="watched"> | ||||
|                                     <a data-onclick="mark_unwatched" data-id="<%= item %>" href="javascript:void(0)"> | ||||
|                                         <button type="submit" style="all:unset"><i class="icon ion-md-trash"></i></button> | ||||
|                                     </a> | ||||
|                                     <button type="submit" style="all:unset" data-onclick="mark_unwatched" data-id="<%= item %>"><i class="icon ion-md-trash"></i></button> | ||||
|                                 </p> | ||||
|                             </form> | ||||
|                         </div> | ||||
|   | ||||
| @@ -39,9 +39,7 @@ | ||||
|                 <h3 style="padding-right:0.5em"> | ||||
|                     <form data-onsubmit="return_false" action="/subscription_ajax?action_remove_subscriptions=1&c=<%= channel.id %>&referer=<%= env.get("current_page") %>" method="post"> | ||||
|                         <input type="hidden" name="csrf_token" value="<%= HTML.escape(env.get?("csrf_token").try &.as(String) || "") %>"> | ||||
|                         <a data-onclick="remove_subscription" data-ucid="<%= channel.id %>" href="#"> | ||||
|                             <input style="all:unset" type="submit" value="<%= translate(locale, "unsubscribe") %>"> | ||||
|                         </a> | ||||
|                         <input style="all:unset" type="submit" data-onclick="remove_subscription" data-ucid="<%= channel.id %>" value="<%= translate(locale, "unsubscribe") %>"> | ||||
|                     </form> | ||||
|                 </h3> | ||||
|             </div> | ||||
|   | ||||
| @@ -31,9 +31,7 @@ | ||||
|             <h3 style="padding-right:0.5em"> | ||||
|                 <form data-onsubmit="return_false" action="/token_ajax?action_revoke_token=1&session=<%= token[:session] %>&referer=<%= env.get("current_page") %>" method="post"> | ||||
|                     <input type="hidden" name="csrf_token" value="<%= HTML.escape(env.get?("csrf_token").try &.as(String) || "") %>"> | ||||
|                     <a data-onclick="revoke_token" data-session="<%= token[:session] %>" href="#"> | ||||
|                         <input style="all:unset" type="submit" value="<%= translate(locale, "revoke") %>"> | ||||
|                     </a> | ||||
|                     <input style="all:unset" type="submit" data-onclick="revoke_token" data-session="<%= token[:session] %>" value="<%= translate(locale, "revoke") %>"> | ||||
|                 </form> | ||||
|             </h3> | ||||
|         </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user