Skip to content

Commit d523841

Browse files
fix: Partially enhance event dashboard (#5139)
Co-authored-by: Mario Behling <mb@mariobehling.de>
1 parent 025080d commit d523841

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

app/templates/components/events/view/overview/general-info.hbs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,6 @@
1313
<div class="content">
1414
<table class="ui very basic table">
1515
<tbody>
16-
<tr>
17-
<td><strong>{{t 'No. of Revisions'}}</strong></td>
18-
<td>
19-
<div class="muted text">
20-
{{t 'Coming Soon'}}
21-
</div>
22-
{{!-- This feature is not completely available for roll out so it would pointless to diplay a dummy slidebar <a {{action 'openModal'}} role="button">
23-
{{t '(View Revisions)'}}
24-
</a> --}}
25-
</td>
26-
</tr>
2716
<tr>
2817
<td><strong>{{t 'Location'}}</strong></td>
2918
<td>

app/templates/components/public/social-links.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="item">
44
<i class="share fitted disabled icon"></i>
55
<div class="content">
6-
<a href="{{this.externalUrl}}" target="_blank" rel="noopener nofollow">{{t 'External event URL'}}</a>
6+
<a href="{{this.externalUrl}}" target="_blank" rel="noopener nofollow">{{t 'Event Site'}}</a>
77
</div>
88
</div>
99
{{/if}}

0 commit comments

Comments
 (0)