Sha256: ee88295f8288b544f6f0c2046d1215c9df5a635caa5b373d9d5a64236d46152c

Contents?: true

Size: 1.46 KB

Versions: 22

Compression:

Stored size: 1.46 KB

Contents

<section>
<p>Flash messages provide a system of feedback to users after an action is done.</p>
<p>See <a href="#status">Status</a> for the list of actions.</p>
<table>
<thead>
<tr class="header">
<th>Action</th>
<th>Usage</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>Success</td>
<td><code>.ae-alert-success</code></td>
</tr>
<tr class="even">
<td>Error</td>
<td><code>.ae-alert-error</code></td>
</tr>
<tr class="odd">
<td>Pending</td>
<td><code>.ae-alert-pending</code></td>
</tr>
<tr class="even">
<td>Info</td>
<td><code>.ae-alert-info</code></td>
</tr>
</tbody>
</table>

<div class="ae-alert ae-alert-success">
  <p>Congratulations! <a href="#" title="Click here to do something">Click here to do something</a>.</p>
  <a href="#" class="ae-alert-action" title="Click here to do something">×</a>
</div>

<div class="ae-alert ae-alert-error">
  <p>Error. <a href="#" title="Click here to do something">Click here to do something</a>.</p>
  <a href="#" class="ae-alert-action" title="Click here to do something">×</a>
</div>

<div class="ae-alert ae-alert-pending">
  <p>Warning. <a href="#" title="Click here to do something">Click here to do something</a>.</p>
  <a href="#" class="ae-alert-action" title="Click here to do something">×</a>
</div>
<div class="ae-alert ae-alert-info">
  <p>Information. <a href="#" title="Click here to do something">Click here to do something</a>.</p>
  <a href="#" class="ae-alert-action" title="Click here to do something">×</a>
</div>
</section>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
express_ui-0.5.2 app/views/express_ui/molecules/_flash_messages.html.erb
express_ui-0.5.1 app/views/express_ui/molecules/_flash_messages.html.erb
express_ui-0.5.0 app/views/express_ui/molecules/_flash_messages.html.erb
express_ui-0.4.2 app/views/express_ui/molecules/_flash_messages.html.erb
express_ui-0.4.1 app/views/express_ui/molecules/_flash_messages.html.erb
express_ui-0.4.0 app/views/express_ui/molecules/_flash_messages.html.erb
express_ui-0.3.0 app/views/express_ui/molecules/_flash_messages.html.erb
express_ui-0.2.1 app/views/express_ui/molecules/_flash_messages.html.erb
express_ui-0.2.0 app/views/express_ui/molecules/_flash_messages.html.erb
express_ui-0.1.7 app/views/express_ui/molecules/_flash_messages.html.erb
express_ui-0.1.6 app/views/express_ui/molecules/_flash_messages.html.erb
express_ui-0.1.5 app/views/express_ui/molecules/_flash_messages.html.erb
express_ui-0.1.4 app/views/express_ui/molecules/_flash_messages.html.erb
express_ui-0.1.3 app/views/express_ui/molecules/_flash_messages.html.erb
express_ui-0.1.2 app/views/express_ui/molecules/_flash_messages.html.erb
express_ui-0.1.1 app/views/express_ui/molecules/_flash_messages.html.erb
express_ui-0.1.0 app/views/express_ui/molecules/_flash_messages.html.erb
express_ui-0.1.0.rc7 app/views/express_ui/molecules/_flash_messages.html.erb
express_ui-0.1.0.rc5 app/views/express_ui/molecules/_flash_messages.html.erb
express_ui-0.1.0.rc4 app/views/express_ui/molecules/_flash_messages.html.erb