refactor repo template
This commit is contained in:
parent
27d06c73a9
commit
2e46773bcd
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<% layout('layout') %>
|
<% layout('layout') %>
|
||||||
<div class="main">
|
<div class="main repo">
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
<div class="info repo">
|
<div class="info">
|
||||||
<p class="author"><span><%= it.repo.owner.full_name %></span><span class="username">@<%= it.repo.owner.login %></span></p>
|
<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>
|
<p class="repo-name"><%= it.repo.name %></p>
|
||||||
<% if (it.repo.description) { %>
|
<% if (it.repo.description) { %>
|
||||||
|
|
Loading…
Add table
Reference in a new issue