use new icons
This commit is contained in:
parent
a8ef583dea
commit
9f9ea12a0b
3 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
<img class="avatar" width="48" height="48" src="<%= it.commit.committer.avatar_url %>?size=48"></img>
|
||||
<p class="author"><%= it.commit.committer.full_name || it.commit.committer.login %></p>
|
||||
<p>committed <%= new Intl.DateTimeFormat('en-US', { dateStyle: 'long' }).format(new Date(it.commit.created_at)) %></p>
|
||||
<p>·</p>
|
||||
<%~ include('icons/code-commit.eta') %>
|
||||
<p><%= it.commit.sha.slice(0, 7) %></p>
|
||||
</div>
|
||||
</div>
|
1
views/icons/code-commit.eta
Normal file
1
views/icons/code-commit.eta
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25" width="25" height="25" fill="currentColor"><path d="M12.5 6.25a6.25 6.25 0 0 0-6.107 5H1.25c-.692 0-1.25.558-1.25 1.25s.558 1.25 1.25 1.25h5.143a6.25 6.25 0 0 0 6.107 5 6.25 6.25 0 0 0 6.107-5h5.143c.692 0 1.25-.558 1.25-1.25s-.558-1.25-1.25-1.25h-5.127a6.25 6.25 0 0 0-6.123-5Zm0 2.5a3.75 3.75 0 0 1 3.75 3.75 3.75 3.75 0 0 1-3.75 3.75 3.75 3.75 0 0 1-3.75-3.75 3.75 3.75 0 0 1 3.75-3.75Z"/></svg>
|
After Width: | Height: | Size: 458 B |
1
views/icons/file-plus-minus.eta
Normal file
1
views/icons/file-plus-minus.eta
Normal file
|
@ -0,0 +1 @@
|
|||
<svg viewBox="0 -210 400 448" width="25" height="28" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M39.967-210.001c-22.073 0-39.968 17.893-39.967 39.967v368.068c0 22.074 17.894 39.968 39.967 39.967h320.066c22.073 0 39.968-17.893 39.967-39.967V-50.034a96.486 96.486 0 0 0-28.26-68.227l-63.48-63.48a96.486 96.486 0 0 0-68.227-28.26zm16.998 40h190.07a40.955 40.955 0 0 1 28.961 11.996l72.008 72.008A40.955 40.955 0 0 1 360-57.037v238.073c0 9.37-7.595 16.966-16.965 16.965H56.965c-9.37 0-16.966-7.595-16.965-16.965v-334.072c0-9.37 7.595-16.966 16.965-16.965zm142.752 72c-10.89 0-19.717 8.827-19.717 19.717v44.283h-44.283c-10.89 0-19.717 8.827-19.717 19.717v.566c0 10.89 8.828 19.717 19.717 19.717H180v44.283c0 10.89 8.828 19.717 19.717 19.717h.566c10.89 0 19.717-8.828 19.717-19.717V5.999h44.283C275.173 5.999 284-2.83 284-13.718v-.566c0-10.89-8.828-19.717-19.717-19.717H220v-44.283c0-10.89-8.828-19.717-19.717-19.717zm-75.541 208c-11.143 0-20.176 9.033-20.176 20.176.097 11.046 9.13 19.921 20.176 19.824h151.648c11.143 0 20.176-9.033 20.176-20.176-.097-11.046-9.13-19.922-20.176-19.824z"/></svg>
|
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue