Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
rladdusaw committed Apr 11, 2022
1 parent e2ca421 commit 7bd2120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/app/views/directives/breadcrumbs.html
Expand Up @@ -11,4 +11,4 @@ <h3><span ng-if="breadcrumbs.length" class="glyphicon glyphicon-share-alt"></spa
<a href="{{context.repositoryView.rootUri + context.uri}}">{{context.repositoryView.rootUri + context.uri}}</a>
<span ng-click="copyToClipboard({text:context.repositoryView.rootUri + context.uri, target:'URI'})" class="glyphicon glyphicon-copy clickable"></span>
</li>
</ol>
</ol>

0 comments on commit 7bd2120

Please sign in to comment.