Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit 1648efb

Browse files
committed
Cleanup
1 parent 2d5a9d7 commit 1648efb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/assets/javascripts/discourse/templates/list.js.handlebars

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
{{#if canCreateTopic}}
88
<button class='btn btn-default' {{action createTopic}}><i class='icon icon-plus'></i>{{createTopicText}}</button>
9+
<a href="https://thefreelancersguild.com/directory" target="_blank" class='btn btn-default'>Guild Directory</a>
910
{{/if}}
1011

1112
{{#if canEditCategory}}

app/assets/javascripts/discourse/templates/list/list.js.handlebars

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
{{#if canCreateTopic}}
88
<button class='btn btn-default' {{action createTopic}}><i class='icon icon-plus'></i>{{createTopicText}}</button>
9+
<a href="https://thefreelancersguild.com/directory" target="_blank" class='btn btn-default'>Guild Directory</a>
910
{{/if}}
1011

1112
{{#if canEditCategory}}

0 commit comments

Comments
 (0)