Get app information dialog working
This commit is contained in:
parent
0992c8a47e
commit
e07670613e
3 changed files with 53 additions and 2 deletions
12
static/directives/application-info.html
Normal file
12
static/directives/application-info.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<div class="application-info-element" style="padding-bottom: 18px">
|
||||
<div class="auth-header">
|
||||
<img src="//www.gravatar.com/avatar/{{ application.organization.gravatar }}?s=48&d=identicon">
|
||||
<h2><a href="{{ application.url }}" target="_blank">{{ application.name }}</a></h2>
|
||||
<h4>
|
||||
{{ application.organization.name }}
|
||||
</h4>
|
||||
</div>
|
||||
<div style="padding-top: 10px">
|
||||
{{ application.description || '(No Description)' }}
|
||||
</div>
|
||||
</div>
|
Reference in a new issue