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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
de6c8778
Commit
de6c8778
authored
Sep 22, 2014
by
Ciro Santilli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prefix Spinach features with Spinach::Features::.
parent
b43e918a
Changes
52
Hide whitespace changes
Inline
Side-by-side
Showing
52 changed files
with
52 additions
and
52 deletions
+52
-52
features/steps/admin/active_tab.rb
features/steps/admin/active_tab.rb
+1
-1
features/steps/admin/groups.rb
features/steps/admin/groups.rb
+1
-1
features/steps/admin/logs.rb
features/steps/admin/logs.rb
+1
-1
features/steps/admin/projects.rb
features/steps/admin/projects.rb
+1
-1
features/steps/admin/users.rb
features/steps/admin/users.rb
+1
-1
features/steps/dashboard/active_tab.rb
features/steps/dashboard/active_tab.rb
+1
-1
features/steps/dashboard/dashboard.rb
features/steps/dashboard/dashboard.rb
+1
-1
features/steps/dashboard/event_filters.rb
features/steps/dashboard/event_filters.rb
+1
-1
features/steps/dashboard/issues.rb
features/steps/dashboard/issues.rb
+1
-1
features/steps/dashboard/merge_requests.rb
features/steps/dashboard/merge_requests.rb
+1
-1
features/steps/dashboard/projects.rb
features/steps/dashboard/projects.rb
+1
-1
features/steps/dashboard/shortcuts.rb
features/steps/dashboard/shortcuts.rb
+1
-1
features/steps/dashboard/with_archived_projects.rb
features/steps/dashboard/with_archived_projects.rb
+1
-1
features/steps/group/group.rb
features/steps/group/group.rb
+1
-1
features/steps/profile/active_tab.rb
features/steps/profile/active_tab.rb
+1
-1
features/steps/profile/emails.rb
features/steps/profile/emails.rb
+1
-1
features/steps/profile/group.rb
features/steps/profile/group.rb
+1
-1
features/steps/profile/notifications.rb
features/steps/profile/notifications.rb
+1
-1
features/steps/profile/profile.rb
features/steps/profile/profile.rb
+1
-1
features/steps/profile/ssh_keys.rb
features/steps/profile/ssh_keys.rb
+1
-1
features/steps/project/active_tab.rb
features/steps/project/active_tab.rb
+1
-1
features/steps/project/archived.rb
features/steps/project/archived.rb
+1
-1
features/steps/project/browse_branches.rb
features/steps/project/browse_branches.rb
+1
-1
features/steps/project/browse_commits.rb
features/steps/project/browse_commits.rb
+1
-1
features/steps/project/browse_commits_user_lookup.rb
features/steps/project/browse_commits_user_lookup.rb
+1
-1
features/steps/project/browse_files.rb
features/steps/project/browse_files.rb
+1
-1
features/steps/project/browse_git_repo.rb
features/steps/project/browse_git_repo.rb
+1
-1
features/steps/project/browse_tags.rb
features/steps/project/browse_tags.rb
+1
-1
features/steps/project/comments_on_commit_diffs.rb
features/steps/project/comments_on_commit_diffs.rb
+1
-1
features/steps/project/comments_on_commits.rb
features/steps/project/comments_on_commits.rb
+1
-1
features/steps/project/create.rb
features/steps/project/create.rb
+1
-1
features/steps/project/filter_labels.rb
features/steps/project/filter_labels.rb
+1
-1
features/steps/project/fork.rb
features/steps/project/fork.rb
+1
-1
features/steps/project/forked_merge_requests.rb
features/steps/project/forked_merge_requests.rb
+1
-1
features/steps/project/graph.rb
features/steps/project/graph.rb
+1
-1
features/steps/project/hooks.rb
features/steps/project/hooks.rb
+1
-1
features/steps/project/issue_tracker.rb
features/steps/project/issue_tracker.rb
+1
-1
features/steps/project/issues.rb
features/steps/project/issues.rb
+1
-1
features/steps/project/labels.rb
features/steps/project/labels.rb
+1
-1
features/steps/project/merge_requests.rb
features/steps/project/merge_requests.rb
+1
-1
features/steps/project/milestones.rb
features/steps/project/milestones.rb
+1
-1
features/steps/project/multiselect_blob.rb
features/steps/project/multiselect_blob.rb
+1
-1
features/steps/project/network_graph.rb
features/steps/project/network_graph.rb
+1
-1
features/steps/project/project.rb
features/steps/project/project.rb
+1
-1
features/steps/project/project_shortcuts.rb
features/steps/project/project_shortcuts.rb
+1
-1
features/steps/project/search_code.rb
features/steps/project/search_code.rb
+1
-1
features/steps/project/services.rb
features/steps/project/services.rb
+1
-1
features/steps/project/snippets.rb
features/steps/project/snippets.rb
+1
-1
features/steps/project/team_management.rb
features/steps/project/team_management.rb
+1
-1
features/steps/snippets/discover.rb
features/steps/snippets/discover.rb
+1
-1
features/steps/snippets/snippets.rb
features/steps/snippets/snippets.rb
+1
-1
features/steps/snippets/user.rb
features/steps/snippets/user.rb
+1
-1
No files found.
features/steps/admin/active_tab.rb
View file @
de6c8778
class
AdminActiveTab
<
Spinach
::
FeatureSteps
class
Spinach::Features::
AdminActiveTab
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
include
SharedActiveTab
include
SharedActiveTab
...
...
features/steps/admin/groups.rb
View file @
de6c8778
class
AdminGroups
<
Spinach
::
FeatureSteps
class
Spinach::Features::
AdminGroups
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
include
SharedUser
include
SharedUser
...
...
features/steps/admin/logs.rb
View file @
de6c8778
class
AdminLogs
<
Spinach
::
FeatureSteps
class
Spinach::Features::
AdminLogs
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
include
SharedAdmin
include
SharedAdmin
...
...
features/steps/admin/projects.rb
View file @
de6c8778
class
AdminProjects
<
Spinach
::
FeatureSteps
class
Spinach::Features::
AdminProjects
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
include
SharedAdmin
include
SharedAdmin
...
...
features/steps/admin/users.rb
View file @
de6c8778
class
AdminUsers
<
Spinach
::
FeatureSteps
class
Spinach::Features::
AdminUsers
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
include
SharedAdmin
include
SharedAdmin
...
...
features/steps/dashboard/active_tab.rb
View file @
de6c8778
class
DashboardActiveTab
<
Spinach
::
FeatureSteps
class
Spinach::Features::
DashboardActiveTab
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
include
SharedActiveTab
include
SharedActiveTab
...
...
features/steps/dashboard/dashboard.rb
View file @
de6c8778
class
Dashboard
<
Spinach
::
FeatureSteps
class
Spinach::Features::
Dashboard
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
include
SharedProject
include
SharedProject
...
...
features/steps/dashboard/event_filters.rb
View file @
de6c8778
class
EventFilters
<
Spinach
::
FeatureSteps
class
Spinach::Features::
EventFilters
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
include
SharedProject
include
SharedProject
...
...
features/steps/dashboard/issues.rb
View file @
de6c8778
class
DashboardIssues
<
Spinach
::
FeatureSteps
class
Spinach::Features::
DashboardIssues
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
...
...
features/steps/dashboard/merge_requests.rb
View file @
de6c8778
class
DashboardMergeRequests
<
Spinach
::
FeatureSteps
class
Spinach::Features::
DashboardMergeRequests
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
...
...
features/steps/dashboard/projects.rb
View file @
de6c8778
class
DashboardProjects
<
Spinach
::
FeatureSteps
class
Spinach::Features::
DashboardProjects
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
include
SharedProject
include
SharedProject
...
...
features/steps/dashboard/shortcuts.rb
View file @
de6c8778
class
DashboardShortcuts
<
Spinach
::
FeatureSteps
class
Spinach::Features::
DashboardShortcuts
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
include
SharedProject
include
SharedProject
...
...
features/steps/dashboard/with_archived_projects.rb
View file @
de6c8778
class
DashboardWithArchivedProjects
<
Spinach
::
FeatureSteps
class
Spinach::Features::
DashboardWithArchivedProjects
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
include
SharedProject
include
SharedProject
...
...
features/steps/group/group.rb
View file @
de6c8778
class
Groups
<
Spinach
::
FeatureSteps
class
Spinach::Features::
Groups
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
include
SharedGroup
include
SharedGroup
...
...
features/steps/profile/active_tab.rb
View file @
de6c8778
class
ProfileActiveTab
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProfileActiveTab
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
include
SharedActiveTab
include
SharedActiveTab
...
...
features/steps/profile/emails.rb
View file @
de6c8778
class
ProfileEmails
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProfileEmails
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
Then
'I visit profile emails page'
do
Then
'I visit profile emails page'
do
...
...
features/steps/profile/group.rb
View file @
de6c8778
class
ProfileGroup
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProfileGroup
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedGroup
include
SharedGroup
include
SharedPaths
include
SharedPaths
...
...
features/steps/profile/notifications.rb
View file @
de6c8778
class
ProfileNotifications
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProfileNotifications
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
...
...
features/steps/profile/profile.rb
View file @
de6c8778
class
Profile
<
Spinach
::
FeatureSteps
class
Spinach::Features::
Profile
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
...
...
features/steps/profile/ssh_keys.rb
View file @
de6c8778
class
ProfileSshKeys
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProfileSshKeys
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
Then
'I should see my ssh keys'
do
Then
'I should see my ssh keys'
do
...
...
features/steps/project/active_tab.rb
View file @
de6c8778
class
ProjectActiveTab
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectActiveTab
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
include
SharedProject
include
SharedProject
...
...
features/steps/project/archived.rb
View file @
de6c8778
class
ProjectArchived
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectArchived
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
include
SharedPaths
include
SharedPaths
...
...
features/steps/project/browse_branches.rb
View file @
de6c8778
class
ProjectBrowseBranches
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectBrowseBranches
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
include
SharedPaths
include
SharedPaths
...
...
features/steps/project/browse_commits.rb
View file @
de6c8778
class
ProjectBrowseCommits
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectBrowseCommits
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
include
SharedPaths
include
SharedPaths
...
...
features/steps/project/browse_commits_user_lookup.rb
View file @
de6c8778
class
ProjectBrowseCommitsUserLookup
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectBrowseCommitsUserLookup
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
include
SharedPaths
include
SharedPaths
...
...
features/steps/project/browse_files.rb
View file @
de6c8778
class
ProjectBrowseFiles
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectBrowseFiles
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
include
SharedPaths
include
SharedPaths
...
...
features/steps/project/browse_git_repo.rb
View file @
de6c8778
class
ProjectBrowseGitRepo
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectBrowseGitRepo
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
include
SharedPaths
include
SharedPaths
...
...
features/steps/project/browse_tags.rb
View file @
de6c8778
class
ProjectBrowseTags
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectBrowseTags
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
include
SharedPaths
include
SharedPaths
...
...
features/steps/project/comments_on_commit_diffs.rb
View file @
de6c8778
class
CommentsOnCommitDiffs
<
Spinach
::
FeatureSteps
class
Spinach::Features::
CommentsOnCommitDiffs
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedDiffNote
include
SharedDiffNote
include
SharedPaths
include
SharedPaths
...
...
features/steps/project/comments_on_commits.rb
View file @
de6c8778
class
CommentsOnCommits
<
Spinach
::
FeatureSteps
class
Spinach::Features::
CommentsOnCommits
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedNote
include
SharedNote
include
SharedPaths
include
SharedPaths
...
...
features/steps/project/create.rb
View file @
de6c8778
class
CreateProject
<
Spinach
::
FeatureSteps
class
Spinach::Features::
CreateProject
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
...
...
features/steps/project/filter_labels.rb
View file @
de6c8778
class
ProjectFilterLabels
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectFilterLabels
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
include
SharedPaths
include
SharedPaths
...
...
features/steps/project/fork.rb
View file @
de6c8778
class
ForkProject
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ForkProject
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
include
SharedProject
include
SharedProject
...
...
features/steps/project/forked_merge_requests.rb
View file @
de6c8778
class
ProjectForkedMergeRequests
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectForkedMergeRequests
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
include
SharedNote
include
SharedNote
...
...
features/steps/project/graph.rb
View file @
de6c8778
class
ProjectGraph
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectGraph
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
...
...
features/steps/project/hooks.rb
View file @
de6c8778
require
'webmock'
require
'webmock'
class
ProjectHooks
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectHooks
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
include
SharedPaths
include
SharedPaths
...
...
features/steps/project/issue_tracker.rb
View file @
de6c8778
class
ProjectIssueTracker
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectIssueTracker
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
include
SharedPaths
include
SharedPaths
...
...
features/steps/project/issues.rb
View file @
de6c8778
class
ProjectIssues
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectIssues
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
include
SharedNote
include
SharedNote
...
...
features/steps/project/labels.rb
View file @
de6c8778
class
ProjectLabels
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectLabels
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
include
SharedPaths
include
SharedPaths
...
...
features/steps/project/merge_requests.rb
View file @
de6c8778
class
ProjectMergeRequests
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectMergeRequests
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
include
SharedNote
include
SharedNote
...
...
features/steps/project/milestones.rb
View file @
de6c8778
class
ProjectMilestones
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectMilestones
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
include
SharedPaths
include
SharedPaths
...
...
features/steps/project/multiselect_blob.rb
View file @
de6c8778
class
ProjectMultiselectBlob
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectMultiselectBlob
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
include
SharedPaths
include
SharedPaths
...
...
features/steps/project/network_graph.rb
View file @
de6c8778
class
ProjectNetworkGraph
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectNetworkGraph
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
include
SharedProject
include
SharedProject
...
...
features/steps/project/project.rb
View file @
de6c8778
class
ProjectFeature
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectFeature
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
include
SharedPaths
include
SharedPaths
...
...
features/steps/project/project_shortcuts.rb
View file @
de6c8778
class
ProjectShortcuts
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectShortcuts
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
include
SharedProject
include
SharedProject
...
...
features/steps/project/search_code.rb
View file @
de6c8778
class
ProjectSearchCode
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectSearchCode
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
include
SharedPaths
include
SharedPaths
...
...
features/steps/project/services.rb
View file @
de6c8778
class
ProjectServices
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectServices
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
include
SharedPaths
include
SharedPaths
...
...
features/steps/project/snippets.rb
View file @
de6c8778
class
ProjectSnippets
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectSnippets
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
include
SharedNote
include
SharedNote
...
...
features/steps/project/team_management.rb
View file @
de6c8778
class
ProjectTeamManagement
<
Spinach
::
FeatureSteps
class
Spinach::Features::
ProjectTeamManagement
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedProject
include
SharedProject
include
SharedPaths
include
SharedPaths
...
...
features/steps/snippets/discover.rb
View file @
de6c8778
class
DiscoverSnippets
<
Spinach
::
FeatureSteps
class
Spinach::Features::
DiscoverSnippets
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
include
SharedSnippet
include
SharedSnippet
...
...
features/steps/snippets/snippets.rb
View file @
de6c8778
class
SnippetsFeature
<
Spinach
::
FeatureSteps
class
S
pinach::Features::S
nippetsFeature
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
include
SharedProject
include
SharedProject
...
...
features/steps/snippets/user.rb
View file @
de6c8778
class
UserSnippets
<
Spinach
::
FeatureSteps
class
Spinach::Features::
UserSnippets
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedAuthentication
include
SharedPaths
include
SharedPaths
include
SharedSnippet
include
SharedSnippet
...
...
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