Skip to content

Commit

Permalink
Merge pull request #2056 from staronline1985/blockrazor#2055
Browse files Browse the repository at this point in the history
Problem: Krazor Home link doesn't open in a new tab
  • Loading branch information
samuelralak authored Oct 14, 2018
2 parents 0fb756b + 9a173d6 commit 84b9172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/ui/shared/sidebar/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<a class="nav-link nav-dropdown-toggle" href="#">Krazor</a>
<ul class="nav-dropdown-items">
<li class="nav-item">
<a class="nav-link" href="http://krazor.org">
<a class="nav-link" target="_blank" href="http://krazor.org">
{{_ "sidebar.krazor.home"}}</a>
</li>
<li class="nav-item">
Expand Down

0 comments on commit 84b9172

Please sign in to comment.