From 9ec97db7993e70cf7ddc29a2973ea1bf7072f15a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Wed, 10 Jan 2024 16:51:10 +0100
Subject: [PATCH] Move Docker download tab before source download tab

---
 _includes/download-stable.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/_includes/download-stable.html b/_includes/download-stable.html
index 8a79c82..1ea341d 100644
--- a/_includes/download-stable.html
+++ b/_includes/download-stable.html
@@ -12,12 +12,12 @@
   <input class="dynare_input" id="stable_bsd" type="radio" name="stable_tabs">
   <label class="dynare_label" for="stable_bsd">BSD</label>
 
-  <input class="dynare_input" id="stable_source" type="radio" name="stable_tabs">
-  <label class="dynare_label" for="stable_source">Source</label>
-
   <input class="dynare_input" id="stable_docker" type="radio" name="stable_tabs">
   <label class="dynare_label" for="stable_docker">Docker</label>
   
+  <input class="dynare_input" id="stable_source" type="radio" name="stable_tabs">
+  <label class="dynare_label" for="stable_source">Source</label>
+
   <section class="dynare_section" id="stable_windows_content">
     <p>
       Compatible with Windows (8.1, 10, 11), MATLAB (R2014a–R2023b) and
-- 
GitLab