Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
User Account
Commits
9a226bc9
Commit
9a226bc9
authored
5 years ago
by
Rosanny Sihombing
Browse files
Options
Download
Email Patches
Plain Diff
small fix
parent
3305a23c
master
MLAB-677
devel
devel_wolfgang
patch-1
reset-jul13
reset-merge
test_logoutbutton
testing
1 merge request
!2
Mlab 56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
views/DE/project/addProjectOverview.pug
+1
-4
views/DE/project/addProjectOverview.pug
with
1 addition
and
4 deletions
+1
-4
views/DE/project/addProjectOverview.pug
+
1
-
4
View file @
9a226bc9
...
...
@@ -51,8 +51,6 @@ html(lang="de")
input#inputTitle(name="title" class="form-control" type="text" placeholder="official title of the project*" required)
div(class="form-group col-md-12")
input#inputSummary(name="summary" class="form-control" type="text" placeholder="one line summary of the project")
//div(class="form-group col-md-12")
input#inputCategory(name="category" class="form-control" type="text" placeholder="category of the project")
div(class='form-group col-md-12')
select#inputCategory(name="category", class="form-control")
option(value="") - select a category -
...
...
@@ -136,6 +134,5 @@ html(lang="de")
$( function() {
$.datepicker.setDefaults( $.datepicker.regional["de"] );
$("#inputTermFrom").datepicker();
//$("#inputTermTo").datepicker();
$("#inputTermTo").datepicker( $.datepicker.regional["de"] );
$("#inputTermTo").datepicker();
});
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets