qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [qemu-web PATCH 6/7] Add link to "edit this page" for all pages


From: Paolo Bonzini
Subject: Re: [qemu-web PATCH 6/7] Add link to "edit this page" for all pages
Date: Fri, 23 Oct 2020 17:47:45 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1

On 23/10/20 17:29, Daniel P. Berrangé wrote:
> The link takes the user directly to the source markdown file in gitlab,
> where they can press the "Edit" button and make changes directly in the
> browser. They will be prompted to fork the project when committing the
> changes if they don't already have a fork.  The result is a commit which
> can be submitted for review per the contributing guidelines.
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>

I think this is a good idea *if* we switch to merge requests for website
edits---which isn't something I'm opposed to.

Paolo

> ---
>  _includes/footer.html        | 3 +++
>  assets/css/style-desktop.css | 4 ++++
>  assets/css/style.css         | 2 +-
>  3 files changed, 8 insertions(+), 1 deletion(-)
> 
> diff --git a/_includes/footer.html b/_includes/footer.html
> index 2dd247b..0a77d8e 100644
> --- a/_includes/footer.html
> +++ b/_includes/footer.html
> @@ -1,4 +1,7 @@
>  <div id="footer">
> +     <div id="edit-page">
> +             <a 
> href="https://gitlab.com/qemu-project/qemu-web/-/blob/master/{{page.path}}";>edit
>  this page</a>
> +     </div>
>       <div id="external-links">
>               <ul class="style">
>                       <li><a href="http://qemu-advent-calendar.org";>Advent 
> calendar</a></li>
> diff --git a/assets/css/style-desktop.css b/assets/css/style-desktop.css
> index d45ec15..19272ad 100644
> --- a/assets/css/style-desktop.css
> +++ b/assets/css/style-desktop.css
> @@ -102,6 +102,10 @@
>  /* Footer                                                                    
>     */
>  
> /*********************************************************************************/
>  
> +     #edit-page {
> +             text-align: right;
> +     }
> +
>       #licenses {
>               float: right;
>       }
> diff --git a/assets/css/style.css b/assets/css/style.css
> index e2fee29..50bbcd1 100644
> --- a/assets/css/style.css
> +++ b/assets/css/style.css
> @@ -514,7 +514,7 @@
>               margin: 0em;
>       }
>  
> -     #conservancy, #licenses {
> +     #conservancy, #licenses, #edit-page {
>               padding: 0em;
>               padding-left: 1em;
>               padding-right: 1em;
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]