Skip to content

Commit

Permalink
Issue #546 - Ew, tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Taylor committed Feb 3, 2015
1 parent dd8b290 commit e2fc478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webcompat/templates/issue.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h1 class="Issue-title wc-Title--l">
<script type="text/template" id="title-tmpl">
<a class="Issue-linkBack" href="{{ url_for("show_issues") }}" title="All issues">
<span class="wc-sronly">All Issues</span>
<span class="wc-sronly">All Issues</span>
<span class="Issue-linkBack-icon wc-Icon wc-Icon--arrow-left" aria-hidden="true"></span>
</a>
Issue <%= number %>: <%- title %>
Expand Down Expand Up @@ -75,7 +75,7 @@ <h1 class="Issue-title wc-Title--l">
<!--<div class="Comment-drag">-->
<!-- TODO(miket) <div class="comment__dd">Attach images by dragging &amp; dropping, <span class="comment__dd__label">selecting them</span> or pasting form the clipboad </div> -->
<label for="Comment-text" class="wc-sronly">Comment Text</label>
<textarea id="Comment-text" class="Comment-wrapper Comment-text" placeholder="Leave a comment"></textarea>
<textarea id="Comment-text" class="Comment-wrapper Comment-text" placeholder="Leave a comment"></textarea>
<!--</div>-->
<div class="Comment-button">
<button class="Button Button--action js-issue-state-button">
Expand Down

0 comments on commit e2fc478

Please sign in to comment.