fix paper list

pull/244/head
Anton Romanov 5 years ago
parent 7695e93cb7
commit 7c1b87c126

@ -40,7 +40,7 @@ import static ru.ulstu.paper.model.ReferenceDto.ReferenceType.BOOK;
@Service
public class PaperService {
private final static int MAX_DISPLAY_SIZE = 50;
private final static int MAX_DISPLAY_SIZE = 75;
private final static String PAPER_FORMATTED_TEMPLATE = "%s %s";
private final PaperNotificationService paperNotificationService;

@ -1,4 +1,5 @@
<template>
<div>
<div class="row text-left paper-row" style="background-color: white;">
<div class="col-sm-12">
<paper-status :status="paper.status"
@ -17,6 +18,8 @@
<span class="text-muted">{{ getAuthors }}</span>
</div>
</div>
<hr>
</div>
</template>
<script>

Loading…
Cancel
Save