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}
|
^{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]
|
||||||
|
|
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue