-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
4 changed files
with
23 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,22 @@ | ||
<DModal @title={{html-safe (concat "Socratic Bot " (d-icon "socratic-icon"))}} @closeModal={{@closeModal}}> | ||
<DModal | ||
@title={{html-safe (concat "Socratic Bot " (d-icon "socratic-icon"))}} | ||
@closeModal={{@closeModal}} | ||
> | ||
<:body> | ||
<p>By proceeding, you'll be redirected to a third-party application. Here, you can critically analyze your post to identify any fallacies or biases, ensuring your content is clear and impactful.</p> | ||
<p>By proceeding, you'll be redirected to a third-party application. Here, | ||
you can critically analyze your post to identify any fallacies or biases, | ||
ensuring your content is clear and impactful.</p> | ||
<p> <b>Your text:</b> {{@model.textValue}}</p> | ||
</:body> | ||
<:footer> | ||
<a class="btn btn-icon-text btn-primary create" href={{@model.Url}} target="_blank" rel="noopener noreferrer"> | ||
<a | ||
class="btn btn-icon-text btn-primary create" | ||
href={{@model.Url}} | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
Proceed | ||
</a> | ||
<DModalCancel @close={{@closeModal}} /> | ||
</:footer> | ||
</DModal> | ||
</DModal> |
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