Skip to content

Instantly share code, notes, and snippets.

View mlttanaka's full-sized avatar
💭
doing some things

btrf_feet mlttanaka

💭
doing some things
  • Somewhere
  • Some, Place
View GitHub Profile
@mlttanaka
mlttanaka / _flashy.html.erb
Last active December 28, 2015 04:49 — forked from lengarvey/_do_flash.html.haml
I refactored lengarvey's Zurb Foundation Rails Flash partial to work with erb, because I haven't got a handle on haml, yet.
<% foundation_alerts = { notice: 'success',
alert: 'standard',
error: 'alert',
secondary: 'secondary'
} %>
<% if flash %>
<% flash.each do |type, message| %>
<div data-alert class="alert-box <%= foundation_alerts[type] %> radius">
<%= message %>