Skip to content
Snippets Groups Projects
Commit da440809 authored by Timothy Lebo's avatar Timothy Lebo
Browse files

tweaked service template indenting and naming

parent 63ec7aa0
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