forked from CenterForOpenScience/ember-osf-web
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Uditi Mehta
committed
Aug 27, 2024
1 parent
df7bde5
commit 3e6c270
Showing
7 changed files
with
81 additions
and
154 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
{{page-title (t 'preprints.my_preprints.header')}} | ||
|
||
<OsfLayout @backgroundClass={{local-class 'ContentBackground'}} as |layout|> | ||
<layout.heading> | ||
<OsfLayout @backgroundClass='{{local-class 'ContentBackground'}}' as |layout|> | ||
<layout.heading local-class = 'Hero'> | ||
<div local-class='Title'> | ||
<h1> | ||
{{t 'preprints.my_preprints.header'}} | ||
</h1> | ||
</div> | ||
</layout.heading> | ||
<layout.main> | ||
{{#if this.preprints.length}} | ||
{{#each this.preprints as |preprint|}} | ||
<Preprints::-Components::PreprintCard @preprint={{preprint}} /> | ||
{{/each}} | ||
{{/if}} | ||
<div local-class='GutterBody'> | ||
{{#if this.preprints.length}} | ||
{{#each this.preprints as |preprint|}} | ||
<Preprints::-Components::PreprintCard @preprint={{preprint}} /> | ||
{{/each}} | ||
{{/if}} | ||
</div> | ||
</layout.main> | ||
</OsfLayout> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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