Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-1444 (pull request #415)
Browse files Browse the repository at this point in the history
SHIBUI-1444 Added xml code region to tab order

Approved-by: Dmitriy Kopylenko <dkopylenko@unicon.net>
  • Loading branch information
rmathis committed Nov 13, 2019
2 parents 59d0937 + 59b3941 commit ad44c89
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ <h2 class="mb-4" [ngSwitch]="type$ | async">
</div>
</div>
<div class="px-3 my-3">
<pre class="border p-2 bg-light rounded"><code>{{ xml$ | async }}</code></pre>
<figure role="img" aria-labelledby="pre-caption" tabindex="0">
<pre class="border p-2 bg-light rounded"><code>{{ xml$ | async }}</code></pre>
<figcaption id="pre-caption" class="sr-only">
{{ xml$ | async }}
</figcaption>
</figure>

<button type="button" class="btn btn-primary" (click)="preview()">
<i class="fa fa-fw fa-save"></i>
<translate-i18n key="action.download-file">Download File</translate-i18n>
Expand Down

0 comments on commit ad44c89

Please sign in to comment.