-
-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
1909b13
commit f848839
Showing
13 changed files
with
2,364 additions
and
1,269 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
1,726 changes: 1,117 additions & 609 deletions
1,726
core/Piranha.Manager/assets/dist/js/piranha-deps-dev.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
1,726 changes: 1,117 additions & 609 deletions
1,726
core/Piranha.Manager/assets/dist/js/piranha-deps.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
Large diffs are not rendered by default.
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,7 +1,11 @@ | ||
@model Piranha.Extend.Blocks.QuoteBlock | ||
|
||
<div class="block"> | ||
<blockquote> | ||
@Model.Body | ||
<blockquote class="blockquote"> | ||
<p>@Model.Body</p> | ||
@if (!string.IsNullOrEmpty(Model.Author)) | ||
{ | ||
<footer class="blockquote-footer">@Model.Author</footer> | ||
} | ||
</blockquote> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
@model Piranha.Extend.Blocks.QuoteBlock | ||
|
||
<div class="block"> | ||
<blockquote> | ||
@Model.Body | ||
<blockquote class="blockquote"> | ||
<p>@Model.Body</p> | ||
@if (!string.IsNullOrEmpty(Model.Author)) | ||
{ | ||
<footer class="blockquote-footer">@Model.Author</footer> | ||
} | ||
</blockquote> | ||
</div> |