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
08892f95
Commit
08892f95
authored
Jul 23, 2018
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace author_link snake case in vue components
parent
e57ceb57
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
app/assets/javascripts/issue_show/components/edited.vue
app/assets/javascripts/issue_show/components/edited.vue
+1
-1
app/assets/javascripts/notes/components/note_edited_text.vue
app/assets/javascripts/notes/components/note_edited_text.vue
+1
-1
app/assets/javascripts/sidebar/components/assignees/assignees.vue
...ts/javascripts/sidebar/components/assignees/assignees.vue
+1
-1
app/assets/javascripts/sidebar/components/participants/participants.vue
...ascripts/sidebar/components/participants/participants.vue
+1
-1
No files found.
app/assets/javascripts/issue_show/components/edited.vue
View file @
08892f95
...
...
@@ -46,7 +46,7 @@
by
<a
:href=
"updatedByPath"
class=
"author
_
link"
class=
"author
-
link"
>
<span>
{{
updatedByName
}}
</span>
</a>
...
...
app/assets/javascripts/notes/components/note_edited_text.vue
View file @
08892f95
...
...
@@ -42,7 +42,7 @@ export default {
by
<a
:href=
"editedBy.path"
class=
"js-vue-author author
_
link"
>
class=
"js-vue-author author
-
link"
>
{{
editedBy
.
name
}}
</a>
</
template
>
...
...
app/assets/javascripts/sidebar/components/assignees/assignees.vue
View file @
08892f95
...
...
@@ -187,7 +187,7 @@ export default {
<
template
v-else-if=
"hasOneUser"
>
<a
:href=
"assigneeUrl(firstUser)"
class=
"author
_
link bold"
class=
"author
-
link bold"
>
<img
:alt=
"assigneeAlt(firstUser)"
...
...
app/assets/javascripts/sidebar/components/participants/participants.vue
View file @
08892f95
...
...
@@ -120,7 +120,7 @@
>
<a
:href=
"participant.web_url"
class=
"author
_
link"
class=
"author
-
link"
>
<user-avatar-image
:lazy=
"true"
...
...
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