Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rajesh-jonnalagadda committed Nov 11, 2024
1 parent 7c39ad2 commit 3fbf96f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions templates/repo/diff/section_split.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<div class="lines-comment">
<div>
{{if $line.SectionInfo.HasComments}}
<button>
{{svg "octicon-comment-discussion"}}
</button>
<button>
{{svg "octicon-comment-discussion"}}
</button>
{{end}}
</div>
<div class="code-expander-buttons" data-expand-direction="{{$expandDirection}}">
Expand Down
6 changes: 3 additions & 3 deletions templates/repo/diff/section_unified.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<div class="lines-comment">
<div>
{{if $line.SectionInfo.HasComments}}
<button>
{{svg "octicon-comment-discussion"}}
</button>
<button>
{{svg "octicon-comment-discussion"}}
</button>
{{end}}
</div>
<div class="code-expander-buttons" data-expand-direction="{{$expandDirection}}">
Expand Down

0 comments on commit 3fbf96f

Please sign in to comment.