Replace 10 more gt- classes with tw- (#29945) (step 2)
Same operation ran to cover all Forgejo specific files as well. --- Likely the biggest change of the tailwind refactors. Only thing of note is that `tw-flex-1` resolves to `flex: 1 1 0%` while our `gt-f1` was `flex: 1 1 0`, I don't think it will make any difference. Commands I've ran: ```sh perl -p -i -e 's#gt-vm#tw-align-middle#g' web_src/js/**/* templates/**/* models/**/* perl -p -i -e 's#gt-fw#tw-flex-wrap#g' web_src/js/**/* templates/**/* models/**/* perl -p -i -e 's#gt-f1#tw-flex-1#g' web_src/js/**/* templates/**/* models/**/* perl -p -i -e 's#gt-fc#tw-flex-col#g' web_src/js/**/* templates/**/* models/**/* perl -p -i -e 's#gt-sb#tw-justify-between#g' web_src/js/**/* templates/**/* models/**/* perl -p -i -e 's#gt-je#tw-justify-end#g' web_src/js/**/* templates/**/* models/**/* perl -p -i -e 's#gt-jc#tw-justify-center#g' web_src/js/**/* templates/**/* models/**/* perl -p -i -e 's#gt-ac#tw-content-center#g' web_src/js/**/* templates/**/* models/**/* tests/**/* perl -p -i -e 's#gt-df#tw-flex#g' web_src/js/**/* templates/**/* models/**/* tests/**/* perl -p -i -e 's#gt-dib#tw-inline-block#g' web_src/js/**/* templates/**/* models/**/* tests/**/* Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> (cherry picked from commit f88ad5424f381bf2a45fd863b551c5a72891bb68)
This commit is contained in:
		
							parent
							
								
									2befd9a3cf
								
							
						
					
					
						commit
						9c9f40f6d3
					
				
					 10 changed files with 30 additions and 30 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
{{template "org/settings/layout_head" (dict "ctxData" . "pageClass" "organization settings blocked-users")}}
 | 
			
		||||
<div class="org-setting-content">
 | 
			
		||||
	<div class="ui attached segment">
 | 
			
		||||
		<form class="ui form ignore-dirty gt-df gt-fw gt-gap-3" action="{{$.Link}}/block" method="post">
 | 
			
		||||
		<form class="ui form ignore-dirty tw-flex tw-flex-wrap gt-gap-3" action="{{$.Link}}/block" method="post">
 | 
			
		||||
			{{.CsrfTokenHtml}}
 | 
			
		||||
			<input type="hidden" name="uid" value="">
 | 
			
		||||
			<div class="ui left">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,8 +5,8 @@
 | 
			
		|||
{{$referenceUrl := printf "%s#%s" $.Issue.Link (index .comments 0).HashTag}}
 | 
			
		||||
<div class="conversation-holder" data-path="{{(index .comments 0).TreePath}}" data-side="{{if lt (index .comments 0).Line 0}}left{{else}}right{{end}}" data-idx="{{(index .comments 0).UnsignedLine}}">
 | 
			
		||||
	{{if $resolved}}
 | 
			
		||||
		<div class="ui attached header resolved-placeholder gt-df gt-ac gt-sb">
 | 
			
		||||
			<div class="ui grey text gt-df gt-ac gt-fw gt-gap-2">
 | 
			
		||||
		<div class="ui attached header resolved-placeholder tw-flex tw-content-center tw-justify-between">
 | 
			
		||||
			<div class="ui grey text tw-flex tw-content-center tw-flex-wrap gt-gap-2">
 | 
			
		||||
				{{svg "octicon-check" 16 "icon gt-mr-2"}}
 | 
			
		||||
				<b>{{$resolveDoer.Name}}</b> {{ctx.Locale.Tr "repo.issues.review.resolved_by"}}
 | 
			
		||||
				{{if $invalid}}
 | 
			
		||||
| 
						 | 
				
			
			@ -19,12 +19,12 @@
 | 
			
		|||
					</a>
 | 
			
		||||
				{{end}}
 | 
			
		||||
			</div>
 | 
			
		||||
			<div class="gt-df gt-ac gt-gap-3">
 | 
			
		||||
				<button id="show-outdated-{{(index .comments 0).ID}}" data-comment="{{(index .comments 0).ID}}" class="ui tiny labeled button show-outdated gt-df gt-ac">
 | 
			
		||||
			<div class="tw-flex tw-content-center gt-gap-3">
 | 
			
		||||
				<button id="show-outdated-{{(index .comments 0).ID}}" data-comment="{{(index .comments 0).ID}}" class="ui tiny labeled button show-outdated tw-flex tw-content-center">
 | 
			
		||||
					{{svg "octicon-unfold" 16 "gt-mr-3"}}
 | 
			
		||||
					{{ctx.Locale.Tr "repo.issues.review.show_resolved"}}
 | 
			
		||||
				</button>
 | 
			
		||||
				<button id="hide-outdated-{{(index .comments 0).ID}}" data-comment="{{(index .comments 0).ID}}" class="ui tiny labeled button hide-outdated gt-df gt-ac gt-hidden">
 | 
			
		||||
				<button id="hide-outdated-{{(index .comments 0).ID}}" data-comment="{{(index .comments 0).ID}}" class="ui tiny labeled button hide-outdated tw-flex tw-content-center gt-hidden">
 | 
			
		||||
					{{svg "octicon-fold" 16 "gt-mr-3"}}
 | 
			
		||||
					{{ctx.Locale.Tr "repo.issues.review.hide_resolved"}}
 | 
			
		||||
				</button>
 | 
			
		||||
| 
						 | 
				
			
			@ -37,7 +37,7 @@
 | 
			
		|||
				{{template "repo/diff/comments" dict "root" $ "comments" .comments}}
 | 
			
		||||
			</ui>
 | 
			
		||||
		</div>
 | 
			
		||||
		<div class="gt-df gt-je gt-ac gt-fw gt-mt-3">
 | 
			
		||||
		<div class="tw-flex tw-justify-end tw-content-center tw-flex-wrap gt-mt-3">
 | 
			
		||||
			<div class="ui buttons gt-mr-2">
 | 
			
		||||
				<button class="ui icon tiny basic button previous-conversation">
 | 
			
		||||
					{{svg "octicon-arrow-up" 12 "icon"}} {{ctx.Locale.Tr "repo.issues.previous"}}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
{{with .Repository}}
 | 
			
		||||
	<div class="ui container">
 | 
			
		||||
		<div class="repo-header">
 | 
			
		||||
			<div class="flex-item gt-ac">
 | 
			
		||||
			<div class="flex-item tw-content-center">
 | 
			
		||||
				<div class="flex-item-leading">{{template "repo/icon" .}}</div>
 | 
			
		||||
				<div class="flex-item-main">
 | 
			
		||||
					<div class="flex-item-title gt-font-18">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -29,7 +29,7 @@
 | 
			
		|||
						<div class="divider"></div>
 | 
			
		||||
					{{end}}
 | 
			
		||||
					{{$previousExclusiveScope = $exclusiveScope}}
 | 
			
		||||
					<div class="item issue-action gt-df gt-sb" data-action="toggle" data-element-id="{{.ID}}" data-url="{{$.RepoLink}}/issues/labels">
 | 
			
		||||
					<div class="item issue-action tw-flex tw-justify-between" data-action="toggle" data-element-id="{{.ID}}" data-url="{{$.RepoLink}}/issues/labels">
 | 
			
		||||
						{{if SliceUtils.Contains $.SelLabelIDs .ID}}{{if $exclusiveScope}}{{svg "octicon-dot-fill"}}{{else}}{{svg "octicon-check"}}{{end}}{{end}} {{RenderLabel $.Context .}}
 | 
			
		||||
						{{template "repo/issue/labels/label_archived" .}}
 | 
			
		||||
					</div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -32,7 +32,7 @@
 | 
			
		|||
				<div class="divider"></div>
 | 
			
		||||
			{{end}}
 | 
			
		||||
			{{$previousExclusiveScope = $exclusiveScope}}
 | 
			
		||||
			<a rel="nofollow" class="item label-filter-item gt-df gt-ac" {{if .IsArchived}}data-is-archived{{end}} href="?q={{$.Keyword}}&type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&labels={{.QueryString}}&milestone={{$.MilestoneID}}&project={{$.ProjectID}}&assignee={{$.AssigneeID}}&poster={{$.PosterID}}{{if $.ShowArchivedLabels}}&archived=true{{end}}" data-label-id="{{.ID}}">
 | 
			
		||||
			<a rel="nofollow" class="item label-filter-item tw-flex tw-content-center" {{if .IsArchived}}data-is-archived{{end}} href="?q={{$.Keyword}}&type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&labels={{.QueryString}}&milestone={{$.MilestoneID}}&project={{$.ProjectID}}&assignee={{$.AssigneeID}}&poster={{$.PosterID}}{{if $.ShowArchivedLabels}}&archived=true{{end}}" data-label-id="{{.ID}}">
 | 
			
		||||
				{{if .IsExcluded}}
 | 
			
		||||
					{{svg "octicon-circle-slash"}}
 | 
			
		||||
				{{else if .IsSelected}}
 | 
			
		||||
| 
						 | 
				
			
			@ -107,7 +107,7 @@
 | 
			
		|||
				{{ctx.Locale.Tr "repo.issues.new.open_projects"}}
 | 
			
		||||
			</div>
 | 
			
		||||
			{{range .OpenProjects}}
 | 
			
		||||
				<a rel="nofollow" class="{{if $.ProjectID}}{{if eq $.ProjectID .ID}}active selected{{end}}{{end}} item gt-df" href="?type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&labels={{$.SelectLabels}}&milestone={{$.MilestoneID}}&project={{.ID}}&assignee={{$.AssigneeID}}&poster={{$.PosterID}}{{if $.ShowArchivedLabels}}&archived=true{{end}}">
 | 
			
		||||
				<a rel="nofollow" class="{{if $.ProjectID}}{{if eq $.ProjectID .ID}}active selected{{end}}{{end}} item tw-flex" href="?type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&labels={{$.SelectLabels}}&milestone={{$.MilestoneID}}&project={{.ID}}&assignee={{$.AssigneeID}}&poster={{$.PosterID}}{{if $.ShowArchivedLabels}}&archived=true{{end}}">
 | 
			
		||||
					{{svg .IconName 18 "gt-mr-3 tw-shrink-0"}}<span class="gt-ellipsis">{{.Title}}</span>
 | 
			
		||||
				</a>
 | 
			
		||||
			{{end}}
 | 
			
		||||
| 
						 | 
				
			
			@ -160,7 +160,7 @@
 | 
			
		|||
		<a rel="nofollow" class="{{if eq .AssigneeID -1}}active selected {{end}}item" href="?q={{$.Keyword}}&type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&labels={{.SelectLabels}}&milestone={{$.MilestoneID}}&project={{$.ProjectID}}&assignee=-1&poster={{$.PosterID}}{{if $.ShowArchivedLabels}}&archived=true{{end}}">{{ctx.Locale.Tr "repo.issues.filter_assginee_no_assignee"}}</a>
 | 
			
		||||
		<div class="divider"></div>
 | 
			
		||||
		{{range .Assignees}}
 | 
			
		||||
			<a rel="nofollow" class="{{if eq $.AssigneeID .ID}}active selected{{end}} item gt-df" href="?type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&labels={{$.SelectLabels}}&milestone={{$.MilestoneID}}&project={{$.ProjectID}}&assignee={{.ID}}&poster={{$.PosterID}}{{if $.ShowArchivedLabels}}&archived=true{{end}}">
 | 
			
		||||
			<a rel="nofollow" class="{{if eq $.AssigneeID .ID}}active selected{{end}} item tw-flex" href="?type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&labels={{$.SelectLabels}}&milestone={{$.MilestoneID}}&project={{$.ProjectID}}&assignee={{.ID}}&poster={{$.PosterID}}{{if $.ShowArchivedLabels}}&archived=true{{end}}">
 | 
			
		||||
				{{ctx.AvatarUtils.Avatar . 20}}{{template "repo/search_name" .}}
 | 
			
		||||
			</a>
 | 
			
		||||
		{{end}}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,8 +3,8 @@
 | 
			
		|||
{{$resolveDoer := (index .comments 0).ResolveDoer}}
 | 
			
		||||
{{$isNotPending := (not (eq (index .comments 0).Review.Type 0))}}
 | 
			
		||||
<div class="ui segments conversation-holder">
 | 
			
		||||
	<div class="ui segment collapsible-comment-box gt-py-3 gt-df gt-ac gt-sb">
 | 
			
		||||
		<div class="gt-df gt-ac">
 | 
			
		||||
	<div class="ui segment collapsible-comment-box gt-py-3 tw-flex tw-content-center tw-justify-between">
 | 
			
		||||
		<div class="tw-flex tw-content-center">
 | 
			
		||||
			<a href="{{(index .comments 0).CodeCommentLink ctx}}" class="file-comment gt-ml-3 gt-word-break">{{(index .comments 0).TreePath}}</a>
 | 
			
		||||
			{{if $invalid}}
 | 
			
		||||
				<span class="ui label basic small gt-ml-3" data-tooltip-content="{{ctx.Locale.Tr "repo.issues.review.outdated_description"}}">
 | 
			
		||||
| 
						 | 
				
			
			@ -14,7 +14,7 @@
 | 
			
		|||
		</div>
 | 
			
		||||
		<div>
 | 
			
		||||
			{{if or $invalid $resolved}}
 | 
			
		||||
				<button id="show-outdated-{{(index .comments 0).ID}}" data-comment="{{(index .comments 0).ID}}" class="{{if not $resolved}}gt-hidden {{end}}ui compact labeled button show-outdated gt-df gt-ac">
 | 
			
		||||
				<button id="show-outdated-{{(index .comments 0).ID}}" data-comment="{{(index .comments 0).ID}}" class="{{if not $resolved}}gt-hidden {{end}}ui compact labeled button show-outdated tw-flex tw-content-center">
 | 
			
		||||
					{{svg "octicon-unfold" 16 "gt-mr-3"}}
 | 
			
		||||
					{{if $resolved}}
 | 
			
		||||
						{{ctx.Locale.Tr "repo.issues.review.show_resolved"}}
 | 
			
		||||
| 
						 | 
				
			
			@ -22,7 +22,7 @@
 | 
			
		|||
						{{ctx.Locale.Tr "repo.issues.review.show_outdated"}}
 | 
			
		||||
					{{end}}
 | 
			
		||||
				</button>
 | 
			
		||||
				<button id="hide-outdated-{{(index .comments 0).ID}}" data-comment="{{(index .comments 0).ID}}" class="{{if $resolved}}gt-hidden {{end}}ui compact labeled button hide-outdated gt-df gt-ac">
 | 
			
		||||
				<button id="hide-outdated-{{(index .comments 0).ID}}" data-comment="{{(index .comments 0).ID}}" class="{{if $resolved}}gt-hidden {{end}}ui compact labeled button hide-outdated tw-flex tw-content-center">
 | 
			
		||||
					{{svg "octicon-fold" 16 "gt-mr-3"}}
 | 
			
		||||
					{{if $resolved}}
 | 
			
		||||
						{{ctx.Locale.Tr "repo.issues.review.hide_resolved"}}
 | 
			
		||||
| 
						 | 
				
			
			@ -55,7 +55,7 @@
 | 
			
		|||
				<div class="comment code-comment gt-pb-4" id="{{.HashTag}}">
 | 
			
		||||
					<div class="content">
 | 
			
		||||
						<div class="header comment-header">
 | 
			
		||||
							<div class="comment-header-left gt-df gt-ac">
 | 
			
		||||
							<div class="comment-header-left tw-flex tw-content-center">
 | 
			
		||||
								{{if not .OriginalAuthor}}
 | 
			
		||||
									<a class="avatar">
 | 
			
		||||
										{{ctx.AvatarUtils.Avatar .Poster 20}}
 | 
			
		||||
| 
						 | 
				
			
			@ -76,7 +76,7 @@
 | 
			
		|||
									{{ctx.Locale.Tr "repo.issues.commented_at" .HashTag $createdSubStr}}
 | 
			
		||||
								</span>
 | 
			
		||||
							</div>
 | 
			
		||||
							<div class="comment-header-right actions gt-df gt-ac">
 | 
			
		||||
							<div class="comment-header-right actions tw-flex tw-content-center">
 | 
			
		||||
								{{template "repo/issue/view_content/show_role" dict "ShowRole" .ShowRole}}
 | 
			
		||||
								{{if not $.Repository.IsArchived}}
 | 
			
		||||
									{{template "repo/issue/view_content/add_reaction" dict "ctxData" $ "ActionURL" (printf "%s/comments/%d/reactions" $.RepoLink .ID)}}
 | 
			
		||||
| 
						 | 
				
			
			@ -106,8 +106,8 @@
 | 
			
		|||
				</div>
 | 
			
		||||
			{{end}}
 | 
			
		||||
		</div>
 | 
			
		||||
		<div class="code-comment-buttons gt-df gt-ac gt-fw gt-mt-3 gt-mb-2 gt-mx-3">
 | 
			
		||||
			<div class="gt-f1">
 | 
			
		||||
		<div class="code-comment-buttons tw-flex tw-content-center tw-flex-wrap gt-mt-3 gt-mb-2 gt-mx-3">
 | 
			
		||||
			<div class="tw-flex-1">
 | 
			
		||||
				{{if $resolved}}
 | 
			
		||||
					<div class="ui grey text">
 | 
			
		||||
						{{svg "octicon-check" 16 "gt-mr-2"}}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,10 +16,10 @@
 | 
			
		|||
						{{end}}
 | 
			
		||||
					</div>
 | 
			
		||||
					<div class="ui twelve wide column detail">
 | 
			
		||||
						<div class="gt-df gt-ac gt-sb gt-fw gt-mb-3">
 | 
			
		||||
						<div class="tw-flex tw-content-center tw-justify-between tw-flex-wrap gt-mb-3">
 | 
			
		||||
							<h4 class="release-list-title gt-word-break">
 | 
			
		||||
								<a href="{{$.RepoLink}}/releases/tag/{{$release.TagName | PathEscapeSegments}}">{{$release.Title}}</a>
 | 
			
		||||
								{{template "repo/commit_statuses" dict "Status" $info.CommitStatus "Statuses" $info.CommitStatuses "AdditionalClasses" "gt-df"}}
 | 
			
		||||
								{{template "repo/commit_statuses" dict "Status" $info.CommitStatus "Statuses" $info.CommitStatuses "AdditionalClasses" "tw-flex"}}
 | 
			
		||||
								{{if $release.IsDraft}}
 | 
			
		||||
									<span class="ui yellow label">{{ctx.Locale.Tr "repo.release.draft"}}</span>
 | 
			
		||||
								{{else if $release.IsPrerelease}}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -4,7 +4,7 @@
 | 
			
		|||
	{{$title := .title}}
 | 
			
		||||
	<div class="ui container">
 | 
			
		||||
		<div class="repo-button-row">
 | 
			
		||||
			<div class="gt-df gt-ac">
 | 
			
		||||
			<div class="tw-flex tw-content-center">
 | 
			
		||||
				<div class="ui floating filter dropdown" data-no-results="{{ctx.Locale.Tr "repo.pulls.no_results"}}">
 | 
			
		||||
					<div class="ui basic small button">
 | 
			
		||||
						<span class="text">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
<div class="ui small secondary filter menu">
 | 
			
		||||
	<form id="repo-search-form" class="ui form ignore-dirty tw-flex-1 tw-flex tw-flex-row tw-gap-x-2 gt-ac">
 | 
			
		||||
	<form id="repo-search-form" class="ui form ignore-dirty tw-flex-1 tw-flex tw-flex-row tw-gap-x-2 tw-content-center">
 | 
			
		||||
		{{if .Language}}<input hidden name="language" value="{{.Language}}">{{end}}
 | 
			
		||||
		{{if .TopicOnly}}<input hidden name="topic" value="{{.TopicOnly}}">{{end}}
 | 
			
		||||
		<div class="ui small fluid action input tw-flex-1">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -344,8 +344,8 @@ export default sfc; // activate the IDE's Vue plugin
 | 
			
		|||
      <a :class="{item: true, active: tab === 'organizations'}" @click="changeTab('organizations')">{{ textMyOrgs }} <span class="ui grey label gt-ml-3">{{ organizationsTotalCount }}</span></a>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div v-show="tab === 'repos'" class="ui tab active list dashboard-repos">
 | 
			
		||||
      <h4 v-if="isOrganization" class="ui top attached gt-mt-4 gt-df gt-ac">
 | 
			
		||||
        <div class="gt-f1 gt-df gt-ac">
 | 
			
		||||
      <h4 v-if="isOrganization" class="ui top attached gt-mt-4 tw-flex tw-content-center">
 | 
			
		||||
        <div class="tw-flex-1 tw-flex tw-content-center">
 | 
			
		||||
          {{ textMyRepos }}
 | 
			
		||||
          <span class="ui grey label gt-ml-3">{{ reposTotalCount }}</span>
 | 
			
		||||
        </div>
 | 
			
		||||
| 
						 | 
				
			
			@ -407,7 +407,7 @@ export default sfc; // activate the IDE's Vue plugin
 | 
			
		|||
      </div>
 | 
			
		||||
      <div v-if="repos.length" class="ui attached table segment tw-rounded-b">
 | 
			
		||||
        <ul class="repo-owner-name-list">
 | 
			
		||||
          <li class="gt-df gt-ac gt-py-3" v-for="repo, index in repos" :class="{'active': index === activeIndex}" :key="repo.id">
 | 
			
		||||
          <li class="tw-flex tw-content-center gt-py-3" v-for="repo, index in repos" :class="{'active': index === activeIndex}" :key="repo.id">
 | 
			
		||||
            <a class="repo-list-link muted" :href="repo.link">
 | 
			
		||||
              <svg-icon :name="repoIcon(repo)" :size="16" class-name="repo-list-icon"/>
 | 
			
		||||
              <div class="text truncate">{{ repo.full_name }}</div>
 | 
			
		||||
| 
						 | 
				
			
			@ -415,7 +415,7 @@ export default sfc; // activate the IDE's Vue plugin
 | 
			
		|||
                <svg-icon name="octicon-archive" :size="16"/>
 | 
			
		||||
              </div>
 | 
			
		||||
            </a>
 | 
			
		||||
            <a class="gt-df gt-ac" v-if="repo.latest_commit_status" :href="repo.latest_commit_status.TargetLink" :data-tooltip-content="repo.locale_latest_commit_status.State">
 | 
			
		||||
            <a class="tw-flex tw-content-center" v-if="repo.latest_commit_status" :href="repo.latest_commit_status.TargetLink" :data-tooltip-content="repo.locale_latest_commit_status.State">
 | 
			
		||||
              <!-- the commit status icon logic is taken from templates/repo/commit_status.tmpl -->
 | 
			
		||||
              <svg-icon :name="statusIcon(repo.latest_commit_status.State)" :class-name="'gt-ml-3 commit-status icon text ' + statusColor(repo.latest_commit_status.State)" :size="16"/>
 | 
			
		||||
            </a>
 | 
			
		||||
| 
						 | 
				
			
			@ -456,7 +456,7 @@ export default sfc; // activate the IDE's Vue plugin
 | 
			
		|||
    <div v-if="!isOrganization" v-show="tab === 'organizations'" class="ui tab active list dashboard-orgs">
 | 
			
		||||
      <div v-if="organizations.length" class="ui attached table segment tw-rounded-b">
 | 
			
		||||
        <ul class="repo-owner-name-list">
 | 
			
		||||
          <li class="gt-df gt-ac gt-py-3" v-for="org in organizations" :key="org.name">
 | 
			
		||||
          <li class="tw-flex tw-content-center gt-py-3" v-for="org in organizations" :key="org.name">
 | 
			
		||||
            <a class="repo-list-link muted" :href="subUrl + '/' + encodeURIComponent(org.name)">
 | 
			
		||||
              <svg-icon name="octicon-organization" :size="16" class-name="repo-list-icon"/>
 | 
			
		||||
              <div class="text truncate">{{ org.name }}</div>
 | 
			
		||||
| 
						 | 
				
			
			@ -466,7 +466,7 @@ export default sfc; // activate the IDE's Vue plugin
 | 
			
		|||
                </span>
 | 
			
		||||
              </div>
 | 
			
		||||
            </a>
 | 
			
		||||
            <div class="text light grey gt-df gt-ac gt-ml-3">
 | 
			
		||||
            <div class="text light grey tw-flex tw-content-center gt-ml-3">
 | 
			
		||||
              {{ org.num_repos }}
 | 
			
		||||
              <svg-icon name="octicon-repo" :size="16" class-name="gt-ml-2 gt-mt-1"/>
 | 
			
		||||
            </div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue