-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
870dc0f
commit 682edd2
Showing
21 changed files
with
48 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 0 additions & 25 deletions
25
assets/javascripts/discourse/connectors/topic-list-main-link-bottom/topic-list-event.hbr
This file was deleted.
Oops, something went wrong.
25 changes: 25 additions & 0 deletions
25
assets/javascripts/discourse/connectors/topic-list-main-link-bottom/topic-list-event.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{{#if @outletArgs.topic.event}} | ||
<div class="topic-list-item-event"> | ||
<div class="topic-list-item-event-time"> | ||
<a | ||
href={{@outletArgs.topic.lastUnreadUrl}} | ||
class={{@outletArgs.topic.topicListItemClasses}} | ||
> | ||
{{event-label @outletArgs.topic.event list="true"}} | ||
</a> | ||
</div> | ||
{{#if this.siteSettings.events_rsvp}} | ||
{{#if @outletArgs.topic.event.rsvp}} | ||
<div class="topic-list-item-event-rsvp"> | ||
<a | ||
href={{@outletArgs.topic.lastUnreadUrl}} | ||
class={{@outletArgs.topic.topicListItemClasses}} | ||
> | ||
<span>{{@outletArgs.topic.event_going_total}}</span> | ||
<span>{{i18n "event_rsvp.going.label"}}</span> | ||
</a> | ||
</div> | ||
{{/if}} | ||
{{/if}} | ||
</div> | ||
{{/if}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# frozen_string_literal: true | ||
# name: discourse-events | ||
# about: Allows you to manage events in Discourse | ||
# version: 0.9.3 | ||
# version: 0.9.4 | ||
# authors: Angus McLeod | ||
# contact_emails: [email protected] | ||
# url: https://github.com/angusmcleod/discourse-events | ||
|
@@ -42,7 +42,7 @@ | |
|
||
register_svg_icon "rss" | ||
register_svg_icon "fingerprint" | ||
register_svg_icon "save" | ||
register_svg_icon "floppy-disk" | ||
register_svg_icon "hourglass-half" | ||
register_svg_icon "hourglass-end" | ||
register_svg_icon "video" | ||
|