_source.html.haml revision 2ba17f39825d06a15a3a8c3bbe4d2a7df71fcf9c
%p
This is a mirror of
%code
= resource.source_address
%br
Last successful synchronisation:
- if resource.imported_at
= timestamp resource.imported_at
- else
never
- if resource.state != 'done'
%br
Current state:
%em= resource.state
= format_error_message resource.last_error