2014-09-05 18:14:25 -04:00
|
|
|
|
2021-05-12 08:28:13 -04:00
|
|
|
<h2>{{$title}}</h2>
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2021-05-12 11:32:55 -04:00
|
|
|
<div class="oauthapp">
|
|
|
|
{{if $app.icon}}<img src="{{$app.icon}}" alt="">{{/if}}
|
2021-05-12 08:28:13 -04:00
|
|
|
<h3>{{$app.name}}</h3>
|
2013-04-23 07:47:57 -04:00
|
|
|
</div>
|
2021-05-12 08:28:13 -04:00
|
|
|
<p>{{$authorize}}</p>
|
2013-04-23 07:47:57 -04:00
|
|
|
<form method="POST">
|
2021-05-12 08:28:13 -04:00
|
|
|
<div class="settings-submit-wrapper"><input class="settings-submit" type="submit" name="oauth_yes" value="{{$yes}}" /></div>
|
2013-04-23 07:47:57 -04:00
|
|
|
</form>
|