-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* BC-4229-Removing nexboards * fix * Added key without a value * delete key * Change the date of deletion * Add styles * delete banner from dashboard --------- Co-authored-by: Viktoriia <1> Co-authored-by: Artemida <Artemida> Co-authored-by: wiaderwek <[email protected]>
- Loading branch information
1 parent
e050d4e
commit 46dd6cc
Showing
9 changed files
with
33 additions
and
96 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
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,6 @@ | ||
<h2 class="h4">{{title}}</h2> | ||
<p>{{content.description}}</p> | ||
<iframe src="{{content.url}}?disableConference=true&username={{userInitials}}" style="width: 100%; height: 400px; resize: vertical; overflow: auto;"></iframe> | ||
<a href="{{content.url}}?disableConference=true&username={{userInitials}}" target="_blank" class="pull-right">{{$t "global.link.openInNewTab" }}</a> | ||
<div class="alert info-custom" role="alert"> | ||
<i class="fa fa-info-circle"></i> | ||
<div>{{{$t "topic.topicEdit.label.nexboardInfo"}}}</div> | ||
</div> |