Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
StrandLab2.net
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Strand Lab
StrandLab2.net
Merge requests
!62
Develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Develop
develop
into
master
Overview
0
Commits
2
Pipelines
1
Changes
1
Merged
Gervaise Henry
requested to merge
develop
into
master
4 years ago
Overview
0
Commits
2
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
23726168
Prev
Next
Show latest version
1 file
+
3
−
3
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
23726168
Fix broken menu on sc.data
· 23726168
Gervaise H. Henry
authored
4 years ago
layouts/custom/sc.data.html
+
3
−
3
Options
<link
rel=
"stylesheet"
href=
"https://www.w3schools.com/w3css/4/w3.css"
>
{{ partial "header.html" . }}
<link
rel=
"stylesheet"
href=
"https://www.w3schools.com/w3css/4/w3.css"
>
<div
class=
"header"
>
<h1>
{{ .Title }}
</h1>
<h2>
{{ .Description }}
</h2>
@@ -54,7 +54,7 @@
<img
class=
"huGenes img"
src=
"/gene.cloud/Genes.hu.202003.png"
alt=
"Human genes searched in March 2020"
>
</div>
<div
class=
"column"
>
<p
class=
"w3-padding-5 w3-black
M
uGenesName"
></p>
<p
class=
"w3-padding-5 w3-black
m
uGenesName"
></p>
<img
class=
"muGenes img"
src=
"/gene.cloud/Genes.mu.202005.png"
alt=
"Mouse genes searched in May 2020"
>
<img
class=
"muGenes img"
src=
"/gene.cloud/Genes.mu.202004.png"
alt=
"Mouse genes searched in April 2020"
>
<img
class=
"muGenes img"
src=
"/gene.cloud/Genes.mu.202003.png"
alt=
"Mouse genes searched in March 2020"
>