Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
feat: proposals have a 'back' path
Browse files Browse the repository at this point in the history
  • Loading branch information
vhf committed Oct 28, 2019
1 parent 6f06bfc commit f501262
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pages/proposal/_id.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
New {{ type }} Request: "{{ obj.label }}"
</h1>
<h2 class="subtitle is-1">
On <span class="title-url">{{ obj.parentStructureIRI }}</span>
On
<nuxt-link
:to="$rebaseIRI(obj.parentStructureIRI, 'relative')"
class="title-url">
{{ obj.parentStructureIRI }}
</nuxt-link>
</h2>
</div>
</div>
Expand Down

0 comments on commit f501262

Please sign in to comment.