This website requires JavaScript.
Explore
Help
Sign In
stevenoh0908
/
mastodon-sakyey
Watch
1
Star
0
Fork
0
You've already forked mastodon-sakyey
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
48594b18e6285d87ee2f58daa08d356b571c8aa6
mastodon-sakyey
/
app
/
views
/
application
/
_flashes.html.haml
4 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Clean up flash display in views (#2336) * Add flashes partial to DRY up admin/auth layouts * Further consolidate flash messages
2017-04-22 22:22:34 -04:00
- user_facing_flashes.each do |key, value|
Added haml-lint and fix warnings (#2773) * add haml_lint to Gemfile * add .haml-lint.yml * fix warnings of haml_lint
2017-05-08 10:35:25 +09:00
.flash-message{ class: key }
Clean up flash display in views (#2336) * Add flashes partial to DRY up admin/auth layouts * Further consolidate flash messages
2017-04-22 22:22:34 -04:00
%strong= value
Reference in New Issue
Copy Permalink