MM-319 - Minor ui changes
Этот коммит содержится в:
коммит произвёл
JoramWilander
родитель
265cf7d9f4
Коммит
7e2da89590
@@ -191,7 +191,7 @@ CommentPost = React.createClass({
|
||||
var postClass = '';
|
||||
if (post.state === Constants.POST_FAILED) {
|
||||
postClass += ' post-fail';
|
||||
loading = <a className='post-retry pull-right' href='#' onClick={this.retryComment}>Retry</a>;
|
||||
loading = <a className='theme post-retry pull-right' href='#' onClick={this.retryComment}>Retry</a>;
|
||||
} else if (post.state === Constants.POST_LOADING) {
|
||||
postClass += ' post-waiting';
|
||||
loading = <img className='post-loading-gif pull-right' src='/static/images/load.gif'/>;
|
||||
|
||||
Ссылка в новой задаче
Block a user