You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
272 B
10 lines
272 B
9 years ago
|
<div class="actions">
|
||
|
<div class="ui red basic inverted cancel button">
|
||
|
<i class="remove icon"></i>
|
||
|
{{.i18n.Tr "modal.no"}}
|
||
|
</div>
|
||
|
<div class="ui green basic inverted ok button">
|
||
|
<i class="checkmark icon"></i>
|
||
|
{{.i18n.Tr "modal.yes"}}
|
||
|
</div>
|
||
|
</div>
|