mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
spelling: ignore
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
5b7ef2ff3c
commit
c7b8de4fe7
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
<div class="intro-note intro-note-{{$intro_id}}">{{$note}}</div>
|
<div class="intro-note intro-note-{{$intro_id}}">{{$note}}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{* On mobile touch devices we use buttons for approve, ingnore && discard to have a better UX *}}
|
{{* On mobile touch devices we use buttons for approve, ignore && discard to have a better UX *}}
|
||||||
{{if $is_mobile}}
|
{{if $is_mobile}}
|
||||||
<form class="intro-form" action="notification/{{$intro_id}}" method="post">
|
<form class="intro-form" action="notification/{{$intro_id}}" method="post">
|
||||||
<button class="btn btn-small btn-primary" type="button" onclick="addElmToModal('#intro-approve-wrapper-{{$intro_id}}');"><i class="fa fa-check" aria-hidden="true"></i> {{$approve}}</button>
|
<button class="btn btn-small btn-primary" type="button" onclick="addElmToModal('#intro-approve-wrapper-{{$intro_id}}');"><i class="fa fa-check" aria-hidden="true"></i> {{$approve}}</button>
|
||||||
|
|
Loading…
Reference in a new issue