Revert "Accessibility fixings for new post button on teams."

This reverts commit e133a63a5b.
This commit is contained in:
muzaffaryousaf
2015-08-17 16:51:52 +05:00
parent e133a63a5b
commit e73a855659

View File

@@ -5,7 +5,7 @@
data-user-create-comment="<%= !readOnly %>"
data-user-create-subcomment="<%= !readOnly %>">
<% if ( !readOnly) { %>
<button type="button" class="btn new-post-btn"><i class="icon fa fa-edit new-post-icon" aria-hidden="true"></i><%= gettext("New Post") %></button>
<a href="#" class="new-post-btn" role="button"><span class="icon fa fa-edit new-post-icon"></span><%= gettext("New Post") %></a>
<% } %>
</div>
</div>