update repo template
This commit is contained in:
parent
a0cda32d67
commit
4ccefe1b15
2 changed files with 28 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
<% layout('layout') %>
|
||||
<div class="main">
|
||||
<div class="contents">
|
||||
<div class="info">
|
||||
<p style="font-size: 36px; color: #9A8FA7;"><%= it.repo.owner.full_name %> @<%= it.repo.owner.login %></p>
|
||||
<p style="font-weight: 800; font-size: 4.5rem; line-height: 1.2em;"><%= it.repo.name %></p>
|
||||
<div class="info repo">
|
||||
<p class="author"><span><%= it.repo.owner.full_name %></span><span class="username">@<%= it.repo.owner.login %></span></p>
|
||||
<p class="repo-name"><%= it.repo.name %></p>
|
||||
<% if (it.repo.description) { %>
|
||||
<p style="font-size: 42px; font-weight: 500; color: #9A8FA7;"><%= it.repo.description %></p>
|
||||
<% } %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue