Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
argumentation-tool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
EAGLE
argumentation-tool
Commits
a627b45c
Commit
a627b45c
authored
Sep 21, 2016
by
Tom Gordon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrected URL for the action in the new case HTML form
parent
f5701d59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
internal/web/templates/new-case-form.html
internal/web/templates/new-case-form.html
+1
-1
No files found.
internal/web/templates/new-case-form.html
View file @
a627b45c
...
...
@@ -18,7 +18,7 @@
<div
role=
"main"
class=
"ui-content"
>
{{$domain := .}}
<form
action=
"/
argumentation
/new-case"
enctype=
"multipart/form-data"
target=
"_self"
data-ajax=
"false"
method=
"post"
>
<form
action=
"/
eagle-argumentation-tool
/new-case"
enctype=
"multipart/form-data"
target=
"_self"
data-ajax=
"false"
method=
"post"
>
<input
type=
"hidden"
name=
"domainId"
value=
"{{.Id}}"
/>
<label
for=
"title"
>
Title:
</label>
<input
type=
"text"
name=
"title"
id=
"title"
value=
""
/>
...
...
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