mirror of https://gitee.com/bigwinds/arangodb
16 lines
655 B
Plaintext
16 lines
655 B
Plaintext
<small>
|
|
<div class="plain">
|
|
<% var appInfos = attributes.app.split(":"); %>
|
|
<h5 class="applicationName"><%= appInfos[1] %></h5>
|
|
<img src="img/icon_arango.png" alt="icon" class="foxxIcon"/>
|
|
<p class="foxxDescription">
|
|
<!--Description: <%=attributes.description %><br /> -->
|
|
<strong>Mount-Point:</strong> <%=attributes.mount %><br />
|
|
<strong>Version:</strong> <%=appInfos[2] %><br />
|
|
<strong>Prefix:</strong> <%=attributes.collectionPrefix%><br />
|
|
<strong>Active:</strong> <%=attributes.active%>
|
|
<!--Git: <a href=<%=attributes.git %>>Repository</a>-->
|
|
</p>
|
|
|
|
</div>
|
|
</small> |