Skip to content
Snippets Groups Projects
Commit 5fa34b4d authored by Adeel Khan's avatar Adeel Khan
Browse files

Fix discussion template for translations.

A parsing error was causing underscore template
not to get processed during message
extractions and to be available on transifex.

PROD-1504
parent 82159ae1
No related branches found
No related tags found
No related merge requests found
......@@ -565,7 +565,7 @@
</script>
<script aria-hidden="true" type="text/template" id="inline-discussion-template">
<section class="discussion inline-discussion" data-discussion-id="<%- discussionId %>">
<div class="add_post_btn_container <%if (read_only) {%>is-hidden<%} %>">
<div class="add_post_btn_container <% if (read_only) { %> is-hidden <% } %>">
<button class="btn-link new-post-btn"><%- gettext("Add a Post") %></button>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment