فهرست منبع

Merge branch 'master' of gitote.in:gitote/gitote

Gitote 7 سال پیش
والد
کامیت
a4540f47ae
6فایلهای تغییر یافته به همراه15 افزوده شده و 5 حذف شده
  1. 1 1
      gitote.go
  2. 4 1
      public/css/gitote.css
  3. 1 1
      public/less/_dashboard.less
  4. 7 0
      public/less/_repository.less
  5. 1 1
      templates/repo/home.tmpl
  6. 1 1
      templates/user/dashboard/feeds.tmpl

+ 1 - 1
gitote.go

@@ -22,7 +22,7 @@ import (
 )
 
 // AppVer represents the version of Gitote
-const AppVer = "1.0.0-prod-rc.2"
+const AppVer = "1.0.0-prod-rc.3"
 
 func init() {
 	setting.AppVer = AppVer

+ 4 - 1
public/css/gitote.css

@@ -2745,6 +2745,9 @@ footer .ui.language .menu {
   margin-left: 26px;
   padding-top: 0;
 }
+.repo.url {
+  margin-left: 5px;
+}
 .webhook .hook.history.list .right.menu .redelivery.button {
   font-size: 12px;
   margin-top: 6px;
@@ -3725,7 +3728,7 @@ footer .ui.language .menu {
   margin-bottom: -5px;
 }
 .feeds .issue {
-  word-break: break-all;
+  word-break: break-all !important;
   font-size: 13px !important;
 }
 .ui.grid > [class*="fifteen wide"].column {

+ 1 - 1
public/less/_dashboard.less

@@ -246,7 +246,7 @@
 
 .feeds {
 	.issue {
-		word-break: break-all;
+		word-break: break-all !important;
 		font-size: 13px !important;
 	}
 }

+ 7 - 0
public/less/_repository.less

@@ -1632,6 +1632,13 @@
 		}
 	}
 }
+
+.repo {
+	&.url {
+		margin-left: 5px;
+	}	
+}
+
 // End of .repository
 
 // Should apply organization webhooks page

+ 1 - 1
templates/repo/home.tmpl

@@ -9,7 +9,7 @@
 		{{end}}
 			<p id="repo-desc">
 				{{if .Repository.Description}}<span class="description has-emoji">{{.Repository.Description | NewLine2br | Str2html}}</span>{{else}}<span class="no-description text-italic">{{.i18n.Tr "repo.no_desc"}}</span>{{end}}
-				<a class="link" href="{{.Repository.Website}}">{{.Repository.Website}}</a>
+				<a class="link repo url" href="{{.Repository.Website}}">{{.Repository.Website}}</a>
 			</p>
 			<div class="ui segment" id="git-stats">
 				<div class="ui two horizontal center link list">

+ 1 - 1
templates/user/dashboard/feeds.tmpl

@@ -98,7 +98,7 @@
 						<span class="text truncate issue title has-emoji">{{index .GetIssueInfos 1}}</span>
 					{{else if eq .GetOpType 10}}
 						<div class="ui segment">
-							<span class="text truncate issue title has-emoji">{{.GetIssueTitle}}</span>
+							<span class="text truncate title has-emoji">{{.GetIssueTitle}}</span>
 							<p class="text light grey has-emoji feeds issue">{{index .GetIssueInfos 1}}</p>
 						</div>
 					{{else if eq .GetOpType 11}}