mirror of https://gitee.com/bigwinds/arangodb
Show Git Repositories
This commit is contained in:
parent
e9153b0dbf
commit
2db72f990c
|
@ -14,7 +14,7 @@
|
||||||
<div class="header_left">
|
<div class="header_left">
|
||||||
<img src="foxxes/thumbnail/<%=attributes.app %>" class="icon" alt="Icon for App">
|
<img src="foxxes/thumbnail/<%=attributes.app %>" class="icon" alt="Icon for App">
|
||||||
<input type="button" class="open button-success" disabled="true" value="Open">
|
<input type="button" class="open button-success" disabled="true" value="Open">
|
||||||
<input type="button" class="delete button-danger" value="Delete">
|
<input type="button" class="delete button-danger" disabled="true" value="Delete">
|
||||||
</div>
|
</div>
|
||||||
<div class="header_right">
|
<div class="header_right">
|
||||||
<h3>
|
<h3>
|
||||||
|
@ -45,6 +45,15 @@
|
||||||
No contributors
|
No contributors
|
||||||
<% } %>
|
<% } %>
|
||||||
</dd>
|
</dd>
|
||||||
|
<dt>Links</dt>
|
||||||
|
<dd>
|
||||||
|
<ul>
|
||||||
|
<li>Download API Documentation</li>
|
||||||
|
<% if (attributes.repository && attributes.repository.type == 'git') { %>
|
||||||
|
<li><a href="<%= attributes.repository.url %>" target="_blank">Git Repository</a></li>
|
||||||
|
<% } %>
|
||||||
|
</ul>
|
||||||
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue