Show More
@@ -52,7 +52,7 b'' | |||||
52 | <div class="form-group"> |
|
52 | <div class="form-group"> | |
53 | <label class="control-label" for="repo_description">${_('Description')}:</label> |
|
53 | <label class="control-label" for="repo_description">${_('Description')}:</label> | |
54 | <div> |
|
54 | <div> | |
55 |
${h.textarea('repo_description',class_='form-control' |
|
55 | ${h.textarea('repo_description',class_='form-control')} | |
56 | <span class="help-block">${_('Keep it short and to the point. Use a README file for longer descriptions.')}</span> |
|
56 | <span class="help-block">${_('Keep it short and to the point. Use a README file for longer descriptions.')}</span> | |
57 | </div> |
|
57 | </div> | |
58 | </div> |
|
58 | </div> |
@@ -126,7 +126,7 b'' | |||||
126 | <li class="list-group-item"> |
|
126 | <li class="list-group-item"> | |
127 | <a title="${_('Owner')} ${c.db_repo.owner.email}"> |
|
127 | <a title="${_('Owner')} ${c.db_repo.owner.email}"> | |
128 | <i class="icon-user"></i> ${c.db_repo.owner.username} |
|
128 | <i class="icon-user"></i> ${c.db_repo.owner.username} | |
129 |
${h.gravatar_div(c.db_repo.owner.email, size=18, div_class="pull-right", div_ |
|
129 | ${h.gravatar_div(c.db_repo.owner.email, size=18, div_class="pull-right", div_title=c.db_repo.owner.full_name)} | |
130 | </a> |
|
130 | </a> | |
131 | </li> |
|
131 | </li> | |
132 | <li class="list-group-item"> |
|
132 | <li class="list-group-item"> |
General Comments 0
You need to be logged in to leave comments.
Login now