mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-16 01:43:24 +09:00
17 lines
1.2 KiB
Handlebars
17 lines
1.2 KiB
Handlebars
{{template "devtest/devtest-header"}}
|
|
<div class="page-content">
|
|
<div data-global-init="initDevtestDetailsErrorMessage"></div>
|
|
<div class="ui container">
|
|
<h1>Toast</h1>
|
|
<div>
|
|
<button type="button" class="ui button toast-test-button" data-toast-level="success" data-toast-message="test success">Show Success Toast</button>
|
|
<button type="button" class="ui button toast-test-button" data-toast-level="info" data-toast-message="test info">Show Info Toast</button>
|
|
<button type="button" class="ui button toast-test-button" data-toast-level="warning" data-toast-message="test warning">Show Warning Toast</button>
|
|
<button type="button" class="ui button toast-test-button" data-toast-level="error" data-toast-message="test error">Show Error Toast</button>
|
|
<button type="button" class="ui button toast-test-button" data-toast-level="error" data-toast-message="very looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong message">Show Error Toast (long)</button>
|
|
<button type="button" class="ui button toast-test-button-pre">Show Error (with pre)</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "devtest/devtest-footer"}}
|