diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-17 05:03:48 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-17 05:03:48 +0100 |
commit | 1784149124e06bc19844fab74527ef0313a3ae91 (patch) | |
tree | 8f1a303265bf2aad2ab893102c661b7e0418d523 | |
parent | Bump version. (diff) | |
download | glsamaker-1784149124e06bc19844fab74527ef0313a3ae91.tar.gz glsamaker-1784149124e06bc19844fab74527ef0313a3ae91.tar.bz2 glsamaker-1784149124e06bc19844fab74527ef0313a3ae91.zip |
We are now using Git!
-rw-r--r-- | app/views/glsa/release.html.erb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/glsa/release.html.erb b/app/views/glsa/release.html.erb index 693cfe4..eede6d2 100644 --- a/app/views/glsa/release.html.erb +++ b/app/views/glsa/release.html.erb @@ -19,7 +19,7 @@ <h2>Next steps</h2> <p> - Now, download the advisory XML and publish it in CVS.<br /> + Now, download the advisory XML and publish it in Git.<br /> Then you can send the advisory email and close the relevant bugs in Bugzilla. </p> @@ -27,5 +27,5 @@ <button onclick="document.location = '<%= escape_javascript(download_glsa_path(@glsa, :format => 'xml')) %>'">Download XML</button> <button onclick="window.open('<%= escape_javascript(download_glsa_path(@glsa, :format => 'txt')) %>'); return false;">Show text</button> <%= button_to "Close bugs", finalize_release_glsa_path(@glsa, :close_bugs => '1'), :method => :post %> - </div> -</div>
\ No newline at end of file + </div> +</div> |