projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Bundle leaflet css in a single asset
[rails.git]
/
app
/
views
/
layouts
/
_flash.html.erb
1
<% if flash[:error] %>
2
<div id="error"><%= raw flash[:error] %></div>
3
<% end %>
4
5
<% if flash[:warning] %>
6
<div id="warning"><%= raw flash[:warning] %></div>
7
<% end %>
8
9
<% if flash[:notice] %>
10
<div id="notice"><%= raw flash[:notice] %></div>
11
<% end %>