UI: Move repo deletion button to the bottom of the page
This commit is contained in:
parent
ff73433bc1
commit
f846a75440
2 changed files with 6 additions and 6 deletions
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue