fix comment placeholder text

stable
Juanfran 2014-09-11 10:20:43 +02:00
parent 236f69dfde
commit d66da5e0a4
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ HistoryDirective = ($log) ->
<section class="history-comments"> <section class="history-comments">
<div class="comments-list"></div> <div class="comments-list"></div>
<div tg-check-permission tg-toggle-comment permission="modify_<%- type %>" class="add-comment"> <div tg-check-permission tg-toggle-comment permission="modify_<%- type %>" class="add-comment">
<textarea placeholder="Write here a new commet" <textarea placeholder="Type a new comment here"
ng-model="<%- ngmodel %>.comment" tg-markitup="tg-markitup"> ng-model="<%- ngmodel %>.comment" tg-markitup="tg-markitup">
</textarea> </textarea>
<% if (mode !== "edit") { %> <% if (mode !== "edit") { %>