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,21 +1,24 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="row text-left paper-row" style="background-color: white;">
|
<div>
|
||||||
<div class="col-sm-12">
|
<div class="row text-left paper-row" style="background-color: white;">
|
||||||
<paper-status :status="paper.status"
|
<div class="col-sm-12">
|
||||||
:key="paper.id">
|
<paper-status :status="paper.status"
|
||||||
</paper-status>
|
:key="paper.id">
|
||||||
<router-link :to="{ path: 'papers/paper', query: { id: paper.id }}" class="portfolio-link">
|
</paper-status>
|
||||||
<span class="h6">{{ paper.title }}</span>
|
<router-link :to="{ path: 'papers/paper', query: { id: paper.id }}" class="portfolio-link">
|
||||||
</router-link>
|
<span class="h6">{{ paper.title }}</span>
|
||||||
</div>
|
</router-link>
|
||||||
<div class="col-sm-12 col">
|
</div>
|
||||||
|
<div class="col-sm-12 col">
|
||||||
<span class="fa-stack fa-1x">
|
<span class="fa-stack fa-1x">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-circle fa-stack-2x" style="color: white"></i>
|
<i class="fa fa-circle fa-stack-2x" style="color: white"></i>
|
||||||
</div>
|
</div>
|
||||||
<i class="fa fa-file-text-o fa-stack-1x fa-inverse"></i></span>
|
<i class="fa fa-file-text-o fa-stack-1x fa-inverse"></i></span>
|
||||||
<span class="text-muted">{{ getAuthors }}</span>
|
<span class="text-muted">{{ getAuthors }}</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<hr>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user