mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 10:57:16 +08:00
apply prettier on gigantic find and replace (#7604)
This commit is contained in:
@ -109,9 +109,7 @@ export default Ember.Component.extend(
|
||||
buffer.push(iconHTML(icon));
|
||||
buffer.push("<span class='ru-label'>" + this.text + "</span>");
|
||||
buffer.push(
|
||||
"<span class='ru-progress' style='width:" +
|
||||
this.progress +
|
||||
"%'></span>"
|
||||
"<span class='ru-progress' style='width:" + this.progress + "%'></span>"
|
||||
);
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user