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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
e815c68d
Commit
e815c68d
authored
Jun 27, 2018
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
👀
changed link into button
parent
5c483fd8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
app/assets/javascripts/ide/components/error_message.vue
app/assets/javascripts/ide/components/error_message.vue
+4
-4
app/assets/stylesheets/framework/flash.scss
app/assets/stylesheets/framework/flash.scss
+1
-1
No files found.
app/assets/javascripts/ide/components/error_message.vue
View file @
e815c68d
...
...
@@ -52,10 +52,10 @@ export default {
v-html=
"message.text"
>
</span>
<
a
<
button
v-if=
"message.action"
href=
"#
"
class=
"flash-action text-white"
type=
"button
"
class=
"flash-action text-white
p-0 border-top-0 border-right-0 border-left-0 bg-transparent
"
@
click.stop.prevent=
"clickAction"
>
{{
message
.
actionText
}}
...
...
@@ -63,7 +63,7 @@ export default {
v-show=
"isLoading"
inline
/>
</
a
>
</
button
>
</div>
</div>
</
template
>
app/assets/stylesheets/framework/flash.scss
View file @
e815c68d
...
...
@@ -42,7 +42,7 @@
display
:
inline-block
;
}
a
.flash-action
{
.flash-action
{
margin-left
:
5px
;
text-decoration
:
none
;
font-weight
:
$gl-font-weight-normal
;
...
...
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