Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6151 | Rev 6155 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6151 Rev 6153
Línea 305... Línea 305...
305
                        </button>
305
                        </button>
306
                        <button class="btn-delete-reaction"><i class="fa fa-trash" aria-hidden="true"></i></button>
306
                        <button class="btn-delete-reaction"><i class="fa fa-trash" aria-hidden="true"></i></button>
307
                    </div>
307
                    </div>
308
                </div>
308
                </div>
309
                <div class="comments-container show px-3">
309
                <div class="comments-container show px-3">
310
                    <form name="feedCommentContainer" id="form-comment" class="form-comment">
310
                    <form class="feedCommentContainer" id="form-comment" class="form-comment">
311
                        <input class="commentInput" type="text" name="comment" id="comment" maxlength="256" placeholder="LABEL_WRITE_A_COMMENT">
311
                        <input class="commentInput" type="text" name="comment" id="comment" maxlength="256" placeholder="LABEL_WRITE_A_COMMENT">
312
                        <button class="btn btn-primary" type="submit">LABEL_SEND</button>
312
                        <button class="btn btn-primary" type="submit">LABEL_SEND</button>
313
                    </form>
313
                    </form>
314
                    <ul id="comment-list" class="comment-list">
314
                    <ul id="comment-list" class="comment-list">
315
                    </ul>
315
                    </ul>