This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
nyastodon
Watch
1
Star
0
Fork
You've already forked nyastodon
0
mirror of
https://git.bsd.gay/fef/nyastodon.git
synced
2024-11-01 21:41:12 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4a64181461
nyastodon
/
app
/
views
/
application
/
_flashes.html.haml
4 lines
93 B
Text
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-23 04:22:34 +02: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 03:35:25 +02: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-23 04:22:34 +02:00
%strong= value
Reference in a new issue
Copy permalink