Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33102839
email_view.ex
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
634 B
Referenced Files
None
Subscribers
None
email_view.ex
View Options
# Pleroma: A lightweight social networking server
# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule
Pleroma.Web.EmailView
do
use
Pleroma.Web
,
:view
import
Phoenix.HTML
import
Phoenix.HTML.Link
alias
Pleroma.Web.Gettext
def
avatar_url
(
user
)
do
Pleroma.User
.
avatar_url
(
user
)
end
def
format_date
(
date
)
when
is_binary
(
date
)
do
date
|>
Timex
.
parse!
(
"{ISO:Extended:Z}"
)
|>
Timex
.
format!
(
"{Mshort} {D}, {YYYY} {h24}:{m}"
)
end
def
admin_user_url
(%{
id
:
id
})
do
Pleroma.Web.Endpoint
.
url
()
<>
"/pleroma/admin/
#
/users/"
<>
id
end
end
File Metadata
Details
Attached
Mime Type
text/x-ruby
Expires
Tue, Jan 20, 1:12 PM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
835302
Default Alt Text
email_view.ex (634 B)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment