Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
show publication type for tiny stringification of figures
  • Loading branch information
Brian Duggan committed Mar 19, 2015
1 parent 0533c7d commit 0e60c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Tuba/DB/Mixin/Object/Publication.pm
Expand Up @@ -22,7 +22,7 @@ sub stringify {
/report/ and return $label;
/article/ and return $label;
/book/ and return $label;
/^(image|figure|book)$/ and $args{tiny} and return $label;
/^(image|book)$/ and $args{tiny} and return $label;
}
return $self->publication_type_identifier.' '.$label;
}
Expand Down

0 comments on commit 0e60c32

Please sign in to comment.