This commit is contained in:
2025-10-15 01:36:28 +02:00
parent 9fb0fe0e13
commit b5e2d1941d
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -176,6 +176,9 @@ Minutes written by {{Felix}}
* **Modified Booster RF ramps** by {{Jonas}} and {{Lukas}}
* ...
* **Microwave instability check** by {{Micha}} and {{Alessandro}}
* ...
4. **Shift Requests**
* {{Felix}}
+1 -1
View File
@@ -11,5 +11,5 @@ def define_env(env):
@env.macro
def ElogOP(nr):
code = '[{:}](https://elog-gfa.psi.ch/SLS/{:}) |'.format(nr)
code = '[{:}](https://elog-gfa.psi.ch/SLS/{:}) |'.format(nr, nr)
return code