mirror of
https://github.com/discourse/discourse.git
synced 2025-02-28 16:29:22 +00:00
Left in an extra function.
This commit is contained in:
parent
1c17f409bd
commit
cc4ae05be3
@ -18,10 +18,6 @@ Discourse.ActionsHistoryView = Discourse.View.extend({
|
|||||||
// This was creating way too many bound ifs and subviews in the handlebars version.
|
// This was creating way too many bound ifs and subviews in the handlebars version.
|
||||||
render: function(buffer) {
|
render: function(buffer) {
|
||||||
|
|
||||||
var renderAvatar = function() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.present('content')) {
|
if (this.present('content')) {
|
||||||
this.get('content').forEach(function(c) {
|
this.get('content').forEach(function(c) {
|
||||||
buffer.push("<div class='post-action'>");
|
buffer.push("<div class='post-action'>");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user