mirror of
https://github.com/friendica/friendica
synced 2024-11-19 23:03:41 +00:00
Merge branch 'api-again' of github.com:annando/friendica into api-again
This commit is contained in:
commit
9c10ea32f5
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
|
|
||||||
<h2>{{$title}}</h2>
|
<h2>{{$title}}</h2>
|
||||||
|
|
||||||
<div class='oauthapp'>
|
<div class="oauthapp">
|
||||||
{{if {{$app.icon}}}}<img src='{{$app.icon}}'>{{/if}}
|
{{if $app.icon}}<img src="{{$app.icon}}" alt="">{{/if}}
|
||||||
<h3>{{$app.name}}</h3>
|
<h3>{{$app.name}}</h3>
|
||||||
</div>
|
</div>
|
||||||
<p>{{$authorize}}</p>
|
<p>{{$authorize}}</p>
|
||||||
|
|
Loading…
Reference in a new issue