Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
website
Commits
389caabc
Commit
389caabc
authored
Sep 12, 2016
by
Andreas Valder
Browse files
fixed alert border
parent
7d41f17f
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/index.html
View file @
389caabc
...
...
@@ -12,12 +12,12 @@
<div
class=
"row"
>
<div
class=
"col-xs-12"
>
{% for msg in get_announcements() %}
<div
class=
"alert alert-{{levels.get(msg.level, ('info', ''))[0]}}
row
"
role=
"alert"
>
<div
class=
"col-xs-12"
style=
"padding: 0px;"
>
<div
class=
"alert alert-{{levels.get(msg.level, ('info', ''))[0]}}"
role=
"alert"
>
<div>
<div
class=
"pull-right"
>
{{ valuedeletebtn(('announcements',msg.id,'deleted')) }}
</div>
<div>
{{ valueeditor(('announcements',msg.id,'text'), msg.text) }}
</div>
</div>
<div
class=
"col-xs-12"
style=
"padding: 0px;"
>
<div>
<ul
class=
"list-inline"
>
<li>
{% if not msg.visible %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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