-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Mario Behling <mb@mariobehling.de>
- Loading branch information
1 parent
b11184d
commit 91a069b
Showing
3 changed files
with
27 additions
and
67 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
39 changes: 21 additions & 18 deletions
39
app/templates/components/events/view/overview/event-sponsors.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 |
---|---|---|
@@ -1,24 +1,27 @@ | ||
<div class="content"> | ||
<div class="content d-flex" style="align-items: center;"> | ||
<div class="header">{{t 'Event sponsors'}}</div> | ||
<LinkTo | ||
@route="events.view.edit.sponsors" | ||
@tagName="button" class="ui right floated blue button"> | ||
{{t 'Add Sponsors'}} | ||
@tagName="button" class="ui right floated blue button item ml-auto"> | ||
{{t 'Edit'}} | ||
</LinkTo> | ||
<div class="header">{{t 'Sponsors'}}</div> | ||
</div> | ||
|
||
<div class="content"> | ||
<Tables::Default | ||
@columns={{this.columns}} | ||
@rows={{this.data.data}} | ||
@currentPage={{this.page}} | ||
@pageSize={{this.per_page}} | ||
@searchQuery={{this.search}} | ||
@hideSearchBox={{true}} | ||
@sortBy={{this.sort_by}} | ||
@sortDir={{this.sort_dir}} | ||
@metaData={{this.data.meta}} | ||
@filterOptions={{this.filterOptions}} | ||
@widthConstraint="eq-container" | ||
@resizeMode="fluid" | ||
@fillMode="equal-column" /> | ||
<div style="width: 95%;margin-left:2.5%"> | ||
<Tables::Default | ||
@columns={{this.columns}} | ||
@rows={{this.data.data}} | ||
@currentPage={{this.page}} | ||
@pageSize={{this.per_page}} | ||
@searchQuery={{this.search}} | ||
@hideSearchBox={{true}} | ||
@sortBy={{this.sort_by}} | ||
@sortDir={{this.sort_dir}} | ||
@metaData={{this.data.meta}} | ||
@filterOptions={{this.filterOptions}} | ||
@widthConstraint="eq-container" | ||
@resizeMode="fluid" | ||
@fillMode="equal-column" /> | ||
</div> | ||
</div> |
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
91a069b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: