Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8ef88b8e
Commit
8ef88b8e
authored
Sep 10, 2020
by
Savas Vedova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace bootstrap alerts with utility classes
parent
4b3669f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
app/views/projects/tags/new.html.haml
app/views/projects/tags/new.html.haml
+4
-2
No files found.
app/views/projects/tags/new.html.haml
View file @
8ef88b8e
...
@@ -2,8 +2,10 @@
...
@@ -2,8 +2,10 @@
-
default_ref
=
params
[
:ref
]
||
@project
.
default_branch
-
default_ref
=
params
[
:ref
]
||
@project
.
default_branch
-
if
@error
-
if
@error
.alert.alert-danger
.gl-alert.gl-alert-danger
%button
.close
{
type:
"button"
,
"data-dismiss"
=>
"alert"
}
×
=
sprite_icon
(
'error'
,
size:
16
,
css_class:
'gl-icon gl-alert-icon gl-alert-icon-no-title'
)
%button
.js-close.gl-alert-dismiss
{
type:
'button'
,
'aria-label'
=>
_
(
'Dismiss'
)
}
=
sprite_icon
(
'close'
,
size:
16
,
css_class:
'gl-icon'
)
=
@error
=
@error
%h3
.page-title
%h3
.page-title
...
...
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