UI: Move repo deletion button to the bottom of the page

This commit is contained in:
fr33domlover 2019-10-23 07:43:40 +00:00
parent ff73433bc1
commit f846a75440
2 changed files with 6 additions and 6 deletions

View file

@ -34,9 +34,6 @@ $maybe desc <- repoDesc repository
^{followButton}
<div>
^{buttonW DELETE "Delete this repo" (RepoR user repo)}
<h2>Tags
<p>TODO
@ -71,6 +68,9 @@ $case sv
<h2>#{readmeName}
^{readmeWidget}
<div>
^{buttonW DELETE "Delete this repo" (RepoR user repo)}
<div>
<a href=@?{(RepoR user repo, [("prettyjson","true")])}>
[See repo JSON]

View file

@ -34,9 +34,6 @@ $maybe desc <- repoDesc repository
^{followButton}
<div>
^{buttonW DELETE "Delete this repo" (RepoR user repo)}
<h2>Branches
<ul>
@ -83,6 +80,9 @@ $case sv
<h2>#{readmeName}
^{readmeWidget}
<div>
^{buttonW DELETE "Delete this repo" (RepoR user repo)}
<div>
<a href=@?{(RepoR user repo, [("prettyjson","true")])}>
[See repo JSON]