Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
29b8534d
Commit
29b8534d
authored
Mar 21, 2018
by
Lyza Danger Gardner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change `group.url` to `group.links.html`
parent
18f59a97
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
group-list-test.js
src/sidebar/components/test/group-list-test.js
+9
-3
group-list.html
src/sidebar/templates/group-list.html
+1
-1
No files found.
src/sidebar/components/test/group-list-test.js
View file @
29b8534d
...
...
@@ -54,19 +54,25 @@ describe('groupList', function () {
groups
=
[{
id
:
'public'
,
links
:
{
html
:
OPEN_GROUP_LINK
,
},
name
:
'Public Group'
,
type
:
'open'
,
url
:
OPEN_GROUP_LINK
,
},{
id
:
'h-devs'
,
links
:
{
html
:
PRIVATE_GROUP_LINK
,
},
name
:
'Hypothesis Developers'
,
type
:
'private'
,
url
:
PRIVATE_GROUP_LINK
,
},
{
id
:
'restricto'
,
links
:
{
html
:
RESTRICTED_GROUP_LINK
,
},
name
:
'Hello Restricted'
,
type
:
'restricted'
,
url
:
RESTRICTED_GROUP_LINK
,
}];
fakeGroups
=
{
...
...
src/sidebar/templates/group-list.html
View file @
29b8534d
...
...
@@ -45,7 +45,7 @@
</div>
<div
class=
"share-link-container"
ng-click=
"$event.stopPropagation()"
ng-if=
"!vm.isThirdPartyService"
>
<a
class=
"share-link"
href=
"{{group.
ur
l}}"
href=
"{{group.
links.htm
l}}"
target=
"_blank"
ng-click=
"vm.viewGroupActivity()"
>
View group activity
...
...
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