mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-12 00:15:50 +01:00
(refs #409)Fix icons
This commit is contained in:
@@ -31,7 +31,7 @@ isCreateRepoOptionPublic: Boolean)(implicit context: gitbucket.core.controller.C
|
||||
<fieldset class="margin">
|
||||
<label class="radio">
|
||||
<input type="radio" name="isPrivate" value="false" @if(isCreateRepoOptionPublic){checked}>
|
||||
<span class="strong"><i class="icon-repo"></i> </i> Public</span><br>
|
||||
<span class="strong"><i class="octicon octicon-repo"></i> </i> Public</span><br>
|
||||
<div>
|
||||
<span>All users and guests can read this repository.</span>
|
||||
</div>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
case "create_tag" => simpleActivity(activity, "tag")
|
||||
case "delete_tag" => simpleActivity(activity, "circle-slash")
|
||||
case "fork" => simpleActivity(activity, "repo-forked")
|
||||
case "push" => customActivity(activity, "commit"){
|
||||
case "push" => customActivity(activity, "repo-push"){
|
||||
<div class="small activity-message">
|
||||
{activity.additionalInfo.get.split("\n").reverse.take(4).zipWithIndex.map{ case (commit, i) =>
|
||||
if(i == 3){
|
||||
|
||||
Reference in New Issue
Block a user