-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fixed differences between versions
- Loading branch information
Showing
9 changed files
with
131 additions
and
197 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,4 +1,23 @@ | ||
{{!-- Biography Tab --}} | ||
<div class="tab biography" data-group="primary" data-tab="description"> | ||
{{editor content=data.biography target="data.biography" button=true owner=owner editable=editable}} | ||
<div class="tab info" data-group="primary" data-tab="info"> | ||
<div class="grid-container"> | ||
<div class="contacts"> | ||
contacts: | ||
{{{editor content=data.contacts target="data.contacts" button=true owner=owner editable=editable}}} | ||
|
||
</div> | ||
<div class="allies"> | ||
allies: | ||
{{{editor content=data.allies target="data.allies" button=true owner=owner editable=editable}}} | ||
|
||
</div> | ||
<div class="enemies"> | ||
enemies: | ||
{{{editor content=data.enemies target="data.enemies" button=true owner=owner editable=editable}}} | ||
|
||
</div> | ||
<div class="description"> | ||
Description: | ||
{{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}} | ||
</div> | ||
</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
Oops, something went wrong.