]> git.mxchange.org Git - friendica-addons.git/commitdiff
Ratioed: add help link
authorMatthew Exon <git.mexon@spamgourmet.com>
Sun, 5 Jan 2025 20:51:37 +0000 (21:51 +0100)
committerTobias Diekershoff <tobias@noreply.git.friendi.ca>
Sun, 12 Jan 2025 11:03:00 +0000 (12:03 +0100)
ratioed/templates/ratioed.tpl

index 0d81b0d7aa808f879138ee65f17e11662fb7b421..5d92bff23707ddb0d7aa872a34c6a2850e4e4bef 100644 (file)
@@ -2,7 +2,10 @@
 <link rel="stylesheet" href="view/theme/frio/css/mod_admin.css?v={{constant('\Friendica\App::VERSION')}}" type="text/css" media="screen"/>
 
 <div id="admin-users" class="adminpage generic-page-wrapper">
-       <h1>{{$title}} - {{$page}} ({{$count}})</h1>
+       <h1>
+               {{$title}} - {{$page}} ({{$count}})
+               <a href="{{$base_url}}/ratioed/help"><i style="float: right; font-size: 60%" class="fa fa-question-circle fa-fw" aria-hidden="true"></i></a>
+       </h1>
        <p>
                <a href="{{$base_url}}/moderation/users/create" class="btn btn-primary"><i class="fa fa-user-plus"></i> {{$h_newuser}}</a>
        </p>