Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
redeleitsystem
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
redl
redeleitsystem
Commits
8e011d98
Commit
8e011d98
authored
Nov 08, 2015
by
Robin Sonnabend
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct order of topics at each point
parent
f3151bd2
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
templates/admin_event_show.html
templates/admin_event_show.html
+1
-1
templates/content_index.html
templates/content_index.html
+1
-1
templates/speech_content_index.html
templates/speech_content_index.html
+1
-1
No files found.
templates/admin_event_show.html
View file @
8e011d98
...
...
@@ -13,7 +13,7 @@
</tr>
</thead>
<tbody>
{% for topic in event.
topics
%}
{% for topic in event.
sorted_topics()
%}
<tr>
<td
class=
"mdl-data-table__cell--non-numeric"
><a
href=
"{{ url_for("
.
topic_show
",
id=
topic.id)
}}"
>
{{ topic.name }}
</a></td>
<td
class=
"mdl-data-table__cell--non-numeric"
>
{{ topic.mode }}
</td>
...
...
templates/content_index.html
View file @
8e011d98
...
...
@@ -10,7 +10,7 @@
{% endif %}
</h4>
</div>
{% for topic in event.
topics
%}
{% for topic in event.
sorted_topics()
%}
<div
class=
"mdl-card__supporting-text {% if topic.id == event.current_topic_id %}rede-list-point-big{% endif %}"
>
{{ topic.name }}
</div>
...
...
templates/speech_content_index.html
View file @
8e011d98
...
...
@@ -18,7 +18,7 @@
</tr>
</thead>
<tbody>
{% for topic in event.
topics
%}
{% for topic in event.
sorted_topics()
%}
{% if topic.id == event.current_topic_id %}
<tr
class=
"rede-table-bg-blue rede-table-centered"
>
<td
colspan=
"2"
>
{{ topic.name }}
</td>
...
...
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