Failed to execute template. Cause: [Access denied when checking [script] access to [xwiki:Collaboratory.UX.HbpSkin.WebHome] for user [xwiki:XWiki.Admin]]. Click on this message for details.

Collaborate on reproducible science, anywhere - HBP Wiki

IAM21 instance, do not create collab nor modify a team, your changes will be lost


Last modified by bougault on 2023/01/26 14:38

From version 76.1
edited by bougault
on 2020/07/16 14:58
Change comment: There is no comment for this version
To version 74.1
edited by bougault
on 2020/07/16 14:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -41,19 +41,18 @@
41 41  (% class="row highlighted_row" %)
42 42  (((
43 43  
44 -{{HighlightedCollabs featured="true" slider="true" /}}
44 +{{HighlightedCollabs featured="true" slider="true"}}
45 45  
46 46  )))
47 47  )))
48 48  
49 -(% class="container" %)
50 -(((
51 -(% class="row explore-all" %)
52 -(((
53 - (% class="col-md-12" %)
54 -(((
55 -Explore all the [[Collabs]]
56 -)))
57 -)))
58 -)))
49 +{{html clean="false"}}
50 + <div class="container">
51 + <div class="row explore-all">
52 + <div class="col-md-12">
53 + Explore all the <a href="/bin/view/Collabs">Collabs</a>
54 + </div>
55 + </div>
56 + </div>
57 +{{/html}}
59 59  
XWiki.StyleSheetExtension[0]
Code
... ... @@ -252,7 +252,6 @@
252 252  
253 253  .explore-all{
254 254   padding-top: 5rem;
255 - padding-bottom: 5rem;
256 256  }
257 257  
258 258  @media screen and (min-width: 992px) {