diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-09-29 12:13:19 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-09-29 12:13:19 -0400 |
| commit | d4f9c31a1721fdea6b92ae90ca5c4bd8635fd0cb (patch) | |
| tree | 4c8c73d15c77f4d79313ecb45fc650d43f65235f /themes/okcards/templates/partials/flash.liquid | |
| parent | 50fac2191fbf0dd101d6071242c03dfad295b3ed (diff) | |
v0.2.0 - new admin theme
Diffstat (limited to 'themes/okcards/templates/partials/flash.liquid')
| -rw-r--r-- | themes/okcards/templates/partials/flash.liquid | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/themes/okcards/templates/partials/flash.liquid b/themes/okcards/templates/partials/flash.liquid deleted file mode 100644 index e51a86b..0000000 --- a/themes/okcards/templates/partials/flash.liquid +++ /dev/null @@ -1,20 +0,0 @@ -{% if success.length > 0 %} -<div class="success"> - <div class="message">Changes saved.</div> - <!-- - {% for info in success %} - <div class="message">{{info.action}}</div> - {% endfor %} - --> -</div> -{% endif %} - -{% if errors.length > 0 %} -<div class="errors"> - {% for error in errors %} - <div class="error"> - <div class="message">{{error.message}}</div> - </div> - {% endfor %} -</div> -{% endif %}
\ No newline at end of file |
