Skip to content
Snippets Groups Projects
Commit 44ed6faf authored by alvaro's avatar alvaro
Browse files

Merge branch 'master' of github.com:alangrafu/lodspeakr

parents 122d22ff aa383139
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,8 @@ viewHtml=`cat <<VIEW
</style>
</head>
<body>
<h1>10 Classes available in this triple store</h1>
<ul>
<h1>$1</h1>
<ul>
{% for row in models.main %}
<li><a href="{{lodspk.baseUrl}}special/instances/{{ row.resource.curie }}">{{row.resource.curie}}</a></li>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment