OpenProject is the leading open source project management software.
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.
 
 
 
 
 
 
openproject/app/assets/stylesheets/content/_flash_messages.md

494 B

Flash messages

<div class='flash warning' style="display: block">
Do you really want to do this? <a href="#">Yes</a>
<i class="icon-close close-handler"></i>
</div>

<div class='flash error' style="display: block">
Something bad happened. <a href="#">Find out more…</a>
<i class="icon-close close-handler"></i>
</div>

<div class='flash notice' style="display: block">
Something unexpected happened. <a href="#">Find out more…</a>
<i class="icon-close close-handler"></i>
</div>