Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
website
Commits
e0f75739
Commit
e0f75739
authored
Sep 07, 2016
by
Julian Rother
Browse files
Add button on index page to create new announcements
parent
ebae2bae
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/index.html
View file @
e0f75739
...
...
@@ -3,6 +3,17 @@
{% set page_border = 0 %}
{% set min_announcement_level = 0 %}
{% block content %}
<div
class=
"row"
>
<div
class=
"col-xs-12"
>
<ul
class=
"list-inline pull-right"
>
{% if ismod() %}
<li
style=
"padding-right: 0px;"
>
<a
class=
"btn btn-default"
href=
"{{ url_for('new_announcement', ref=request.url) }}"
>
Neue Ankündigung
</a>
</li>
{% endif %}
</ul>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6 panel-group"
>
<div
class=
"panel panel-default"
>
...
...
Write
Preview
Supports
Markdown
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