Skip to content

Commit

Permalink
Display full path as resource title #659
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Druez <[email protected]>
  • Loading branch information
tdruez committed Apr 10, 2023
1 parent cf7d070 commit ffc3745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanpipe/templates/scanpipe/resource_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<li><a href="{% url 'project_list' %}">Projects</a></li>
<li><a href="{{ project.get_absolute_url }}">{{ project.name }}</a></li>
<li><a href="{% url 'project_resources' project.uuid %}">Resources</a></li>
<li class="is-active"><a href="#" aria-current="page">{{ object.name }}</a></li>
<li class="is-active"><a href="#" aria-current="page">{{ object.path }}</a></li>
</ul>
</nav>
</section>
Expand Down

0 comments on commit ffc3745

Please sign in to comment.