Skip to content
Snippets Groups Projects
Commit 3083dc10 authored by Síle Ekaterin Liszka's avatar Síle Ekaterin Liszka
Browse files

Chessa::Bug::Adelie: fix &mr

parent acd71968
No related branches found
No related tags found
No related merge requests found
......@@ -185,12 +185,12 @@ sub mr {
push @{$d{labels}}, $label->{title};
}
}
my $str = $self->{msg}($project, $d{id}) . $d{title} . ' (' .
my $str = $self->{msg}($project, $d{id}) . ' ' . $d{title} . ' (' .
$self->{msg}('Status', $d{state}) . "; $d{merge} " .
$self->{msg}('Author', $d{author}) . ') ' .
$d{source} . ' -> ' . $d{target};
if (exists($json->{labels})) {
if (@{$d{labels}} > 0) {
$str .= ' ' . $self->{msg}('Labels', join(' ', @{$d{labels}}));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment