parent
cf5b03887e
commit
cbe3ffa020
@ -1,2 +1,6 @@
|
|||||||
module RepositoriesHelper
|
module RepositoriesHelper
|
||||||
|
def render_decode64_content(str)
|
||||||
|
return nil if str.blank?
|
||||||
|
Base64.decode64(str)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in new issue