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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
467
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:
a42e46acb1
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a42e46acb1'
${ noResults }
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