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

View file

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