|
|
@@ -51,7 +51,7 @@ |
|
|
|
</div> |
|
|
|
{{if not .IsBeingCreated}} |
|
|
|
<div class="repo-buttons"> |
|
|
|
<form method="post" action="{{$.RepoLink}}/action/{{if $.IsWatchingRepo}}un{{end}}watch?redirect_to={{$.Link}}"> |
|
|
|
<form method="post" style="margin: 0;" action="{{$.RepoLink}}/action/{{if $.IsWatchingRepo}}un{{end}}watch?redirect_to={{$.Link}}"> |
|
|
|
{{$.CsrfTokenHtml}} |
|
|
|
<div class="ui labeled button" tabindex="0"> |
|
|
|
<button type="submit" class="ui compact basic button"> |
|
|
@@ -62,7 +62,7 @@ |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
<form method="post" action="{{$.RepoLink}}/action/{{if $.IsStaringRepo}}un{{end}}star?redirect_to={{$.Link}}"> |
|
|
|
<form method="post" style="margin: 0;" action="{{$.RepoLink}}/action/{{if $.IsStaringRepo}}un{{end}}star?redirect_to={{$.Link}}"> |
|
|
|
{{$.CsrfTokenHtml}} |
|
|
|
<div class="ui labeled button" tabindex="0"> |
|
|
|
<button type="submit" class="ui compact basic button"> |
|
|
@@ -181,4 +181,4 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/jquery@3.2.1/dist/jquery.min.js"></script> |
|
|
|
<script src="{{StaticUrlPrefix}}/js/jquery.js?v={{MD5 AppVer}}"></script> |