1
0
Fork 0
arangodb/html/admin/js/templates/foxxInstalledView.ejs

12 lines
466 B
Plaintext

<small>
<div class="plain">
<h5 class="applicationName"><%= attributes.name %></h5>
<img src="img/icon_arango.png" alt="icon" class="foxxIcon"/>
<p class="foxxDescription">
<!--Description: <%=attributes.description %><br />-->
<strong>Path:</strong>&nbsp;<%=attributes.path %><br />
<strong>Version:</strong>&nbsp;<%=attributes.version %><br />
<!--Git: <a href=<%=attributes.git %>>Repository</a>-->
</p>
</div>
</small>