Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
reading-scholarly-articles
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean Michel Rouly
reading-scholarly-articles
Commits
4f6ab1e9
Commit
4f6ab1e9
authored
Aug 18, 2014
by
Jean Michel Rouly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added tab index attributes to article/overview selector.
parent
3df58c01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
layout/article.html
layout/article.html
+4
-2
No files found.
layout/article.html
View file @
4f6ab1e9
...
...
@@ -3,10 +3,12 @@
<ul
class=
"nav nav-pills arov center"
>
<li
class=
"active"
>
<a
role=
"tab"
data-toggle=
"tab"
href=
"#overview"
>
Overview
</a>
<a
role=
"tab"
data-toggle=
"tab"
href=
"#overview"
tab-index=
"16"
>
Overview
</a>
</li>
<li>
<a
role=
"tab"
data-toggle=
"tab"
href=
"#article"
>
Sample Article
</a>
<a
role=
"tab"
data-toggle=
"tab"
href=
"#article"
tab-index=
"17"
>
Sample Article
</a>
</li>
</ul>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment