|
|
|
@ -50,6 +50,12 @@
|
|
|
|
|
</li>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--增加姓名大学-->
|
|
|
|
|
<div>
|
|
|
|
|
<span class="fl color-grey-9">作者:</span>
|
|
|
|
|
张丹/南京大学
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
<div class="break_full_word new_li" id="labraries_editorMd_content" style="box-sizing: border-box">
|
|
|
|
|
<textarea style="display:none;"><%= @library.content %></textarea>
|
|
|
|
@ -58,6 +64,10 @@
|
|
|
|
|
<%= render partial: 'attachments/links', locals: { attachments: @library.attachments, options: {} } %>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--未点赞-->
|
|
|
|
|
<p class="noteDetailPoints" ><i class="iconfont icon-dianzan"></i><br><span>0</span></p>
|
|
|
|
|
<!--已点赞-->
|
|
|
|
|
<p class="noteDetailPointsBCD1E3" ><span>已赞</span><br><span>0</span></p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|