fix comment placeholder text
parent
236f69dfde
commit
d66da5e0a4
|
@ -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") { %>
|
||||||
|
|
Loading…
Reference in New Issue