Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/jobs/index.atom.builder
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ xml.feed("xmlns" => "http://www.w3.org/2005/Atom") do
xml.entry do
xml.title job.title
xml.updated job.published_at.iso8601
xml.link job_url(job)
xml.link("href" => job_url(job))
xml.id job_url(job)

xml.author { xml.name(job.user&.email) }
Expand Down