mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Pending delete or update added to domain log view #2785
This commit is contained in:
parent
e9cf3d2fbe
commit
e988bb6a20
5 changed files with 51 additions and 10 deletions
|
@ -50,4 +50,9 @@ module ApplicationHelper
|
|||
amount ||= 0
|
||||
("%01.2f" % amount.round(2)).sub(/\./, ',')
|
||||
end
|
||||
|
||||
def plain_username(username)
|
||||
username ||= ''
|
||||
username.split(':').last.to_s.strip
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue