Skip to content

Commit 40689bb

Browse files
Merge pull request #370 from samagragupta/highlight
correct project link
2 parents 7a49dc8 + 10c9e95 commit 40689bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

views/pages/claims/id.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<small class="text-muted">Reason: {{claim.reason}}</small>
7373
{{/if}}
7474
<small class="text-muted">Project : <a
75-
href="https://www.github.com/coding-blocks/">{{claim.repo}}</a></small>
75+
href="https://www.github.com/coding-blocks/{{claim.repo}}">{{claim.repo}}</a></small>
7676
<br />
7777
</p>
7878
<p class="card-text">

views/pages/claims/view.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<small class="text-muted">Reason: {{claim.reason}}</small>
5959
{{/if}}
6060
<small class="text-muted">Project : <a
61-
href="https://www.github.com/coding-blocks/">{{claim.repo}}</a></small>
61+
href="https://www.github.com/coding-blocks/{{claim.repo}}">{{claim.repo}}</a></small>
6262
<br />
6363
</p>
6464
<p class="card-text">

0 commit comments

Comments
 (0)