PROD-1611
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<% } %>
|
||||
<h3 class="card-title"
|
||||
<% if (!_.isUndefined(srInfo)) { %>
|
||||
aria-describedby="<%= srInfo.id %>"
|
||||
aria-describedby="<%- srInfo.id %>"
|
||||
<% } %>
|
||||
><%- title %>
|
||||
</h3>
|
||||
@@ -17,7 +17,8 @@
|
||||
<div class="card-meta">
|
||||
</div>
|
||||
<div class="card-actions">
|
||||
<a class="action <%= action_class %>" href="<%= action_url %>"><%= action_content %></a>
|
||||
<% // xss-lint: disable=underscore-not-escaped %>
|
||||
<a class="action <%- action_class %>" href="<%- action_url %>"><%= action_content %></a>
|
||||
</div>
|
||||
</div>
|
||||
<% } else { %>
|
||||
@@ -28,14 +29,15 @@
|
||||
<% } %>
|
||||
<h3 class="card-title"
|
||||
<% if (!_.isUndefined(srInfo)) { %>
|
||||
aria-describedby="<%= srInfo.id %>"
|
||||
aria-describedby="<%- srInfo.id %>"
|
||||
<% } %>
|
||||
><%- title %>
|
||||
</h3>
|
||||
<p class="card-description"><%- description %></p>
|
||||
</div>
|
||||
<div class="card-actions">
|
||||
<a class="action <%= action_class %>" href="<%= action_url %>"><%= action_content %></a>
|
||||
<% // xss-lint: disable=underscore-not-escaped %>
|
||||
<a class="action <%- action_class %>" href="<%- action_url %>"><%= action_content %></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="wrapper-card-meta">
|
||||
|
||||
Reference in New Issue
Block a user