Платформа ЦРНП "Мирокод" для разработки проектов https://git.mirocod.ru
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
246 B

<div class="actions">
<div class="ui red basic inverted cancel button">
{{svg "octicon-x"}}
{{.i18n.Tr "modal.no"}}
</div>
<div class="ui green basic inverted ok button">
{{svg "octicon-check"}}
{{.i18n.Tr "modal.yes"}}
</div>
</div>