WIP: Try vue #244
@ -40,7 +40,7 @@ import static ru.ulstu.paper.model.ReferenceDto.ReferenceType.BOOK;
|
|||||||
|
|
||||||
@Service
|
@Service
|
||||||
public class PaperService {
|
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 static String PAPER_FORMATTED_TEMPLATE = "%s %s";
|
||||||
|
|
||||||
private final PaperNotificationService paperNotificationService;
|
private final PaperNotificationService paperNotificationService;
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<div>
|
||||||
<div class="row text-left paper-row" style="background-color: white;">
|
<div class="row text-left paper-row" style="background-color: white;">
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
<paper-status :status="paper.status"
|
<paper-status :status="paper.status"
|
||||||
@ -17,6 +18,8 @@
|
|||||||
<span class="text-muted">{{ getAuthors }}</span>
|
<span class="text-muted">{{ getAuthors }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<hr>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user