added counter
This commit is contained in:
@@ -8,4 +8,5 @@ html
|
||||
/ = console if Rails.env.development?
|
||||
.container
|
||||
= render 'shared/flashes'
|
||||
= render 'shared/counter'
|
||||
= yield
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
#counter.pull-right
|
||||
| Unterstützer:
|
||||
- Supporter.counter.to_s.split('').each do |x|
|
||||
.counter_char= x
|
||||
Reference in New Issue
Block a user