Skip to content

Commit

Permalink
response to code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Aug 26, 2015
1 parent 2101f30 commit 3a9d5ed
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions fcrepo-http-api/src/main/resources/views/nt-resource.vsl
Expand Up @@ -47,25 +47,6 @@
</div>
</div>

## output other nodes

<h2>Other Resources</h2>
<div class="panel-group" id="accordion">
#foreach($subject in $model.listSubjects())
#if( $subject != $topic )
<div class="panel panel-default" resource="$subject.getURI()">
<div class="panel-heading collapsed" data-toggle="collapse" data-target="#$helpers.parameterize($subject.getURI())_triples" >
<h3 class="panel-title ctitle"><a href="$subject.getURI()">$esc.html($helpers.getObjectTitle($rdf, $subject.asNode()))</a></h3>
</div>
<div class="panel-collapse collapse" id="$helpers.parameterize($subject.getURI())_triples">
<div class="panel-body">
#triples($subject.asNode())
</div>
</div>
</div>
#end
#end
</div>
</div>

</div>
Expand Down

0 comments on commit 3a9d5ed

Please sign in to comment.