This website works better with JavaScript.
Explore
Help
Sign In
playground
/
entrydns
mirror of
https://github.com/EntryDNS/entrydns.git
Watch
1
Star
0
Fork
You've already forked entrydns
0
Code
Issues
Releases
Activity
434
Commits
1
Branch
0
Tags
2.2 MiB
Ruby
74.9%
HTML
19.9%
CSS
1.7%
Shell
1.4%
JavaScript
1.4%
Other
0.7%
Tree:
d9101d09b8
entrydns
/
app
/
helpers
/
public
/
pages_helper.rb
5 lines
95 B
Raw
Blame
History
module
Public::PagesHelper
def
progress_size
(
size
)
size
.
to_i
<
=
10
?
10
:
size
end
end
Reference in new issue
Copy Permalink