mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-18 15:18:04 +00:00
Show bin summary in user's history.
This commit is contained in:
parent
be3ffbb4fc
commit
a2ab11eb96
@ -767,6 +767,7 @@ module.exports = Observable.extend({
|
||||
title: utils.titleForBin(bin),
|
||||
code: bin.url,
|
||||
revision: bin.revision,
|
||||
summary: bin.summary || '',
|
||||
url: helpers.urlForBin(bin),
|
||||
edit_url: helpers.editUrlForBin(bin) + '?' + query,
|
||||
created: bin.created.toISOString(),
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
<td class="created">
|
||||
<a pubdate="{{created}}" href="{{edit_url}}">{{pretty_created}}</a></td>
|
||||
<td class="title">
|
||||
<a href="{{edit_url}}">{{title}}</a>
|
||||
<a href="{{edit_url}}">{{summary}}</a>
|
||||
</td>
|
||||
</tr>
|
||||
{{/.}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user