1
0
Fork 0

Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel

This commit is contained in:
Jan Steemann 2013-03-26 15:36:54 +01:00
commit cecad6a3f8
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
window.FoxxCollection = Backbone.Collection.extend({
model: window.Foxx,
url: "http://localhost:8529/aardvark/foxxes"
url: "http://localhost:8529/aardvark/aardvark/foxxes"
});

View File

@ -1,11 +1,12 @@
<small>
<div class="plain">
<h5 class="blubbelParty"><%= attributes.title %></h5>
<h5 class="applicationName"><%= attributes.name %></h5>
<p>
Description: <%=attributes.description %><br />
Mount-Point: <%=attributes.mount %><br />
Mount-Point: <%=attributes.installPath %><br />
Version: <%=attributes.version %><br />
Git: <a href=<%=attributes.git %>>Repository</a>
Prefix: <%=attributes.dbPrefix%><br />
<!--Git: <a href=<%=attributes.git %>>Repository</a>-->
</p>
</div>
</small>