#747 alt: update vagrant cloud images to mention vagrant
Merged 6 years ago by pfrields. Opened 6 years ago by dustymabe.
dustymabe/fedora-websites dusty-master  into  master

@@ -565,7 +565,7 @@ 

              <img src="/static/images/cloud.png" />

              </div>

              <div class="col-md-4">

-             <h3>${_('VirtualBox image')}</h3>

+             <h3>${_('Vagrant VBox image')}</h3>

Can we say Vagrant VirtualBox image here?

see commit message - i tried that but on my screen that I have in 'portrait' mode it shifted everything and messed things up. I guess it all depends on how 'narrow' your screen is, but it fixed back again when I shortened to VBox

              </div>

              <div class="col-md-3">

              <p>${Markup(_('%sMB vbox')) % global_variables.iso_size['pre_VBvag_cloud']}</p>
@@ -579,7 +579,7 @@ 

              <img src="/static/images/cloud.png" />

              </div>

              <div class="col-md-4">

-             <h3>${_('libvirt/KVM image')}</h3>

+             <h3>${_('Vagrant libvirt image')}</h3>

              </div>

              <div class="col-md-3">

              <p>${Markup(_('%sMB libvirt')) % global_variables.iso_size['pre_libvag_cloud']}</p>

This helps distinguish them from the qcow/raw cloud
image downloads. Also shortened VirtualBox to VBox
and libvirt/KVM to libvirt because the text was getting
too long for narrow screens.

see commit message - i tried that but on my screen that I have in 'portrait' mode it shifted everything and messed things up. I guess it all depends on how 'narrow' your screen is, but it fixed back again when I shortened to VBox

In that case, I can still +1 this. :thumbsup:

Pull-Request has been merged by pfrields

6 years ago

I'd say "vbox" rather than "VBox" in order to better line up with "qcow" and "raw".

Oooh, Paul beat me. But still. :)

Metadata