Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
feat: TT-580 add placeholders in ticket uri and description text inpu…
…ts on the time clock page
  • Loading branch information
LuisMS7 committed Mar 10, 2022
commit d3d3255163f2404050f1728b52f90e7a230d7381
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<input
(blur)="onSubmit()"
type="text"
placeholder="Enter Jira ticket URL"
id="uri"
formControlName="uri"
class="form-control"
Expand Down Expand Up @@ -55,6 +56,7 @@
maxlength="1500"
(blur)="onSubmit()"
formControlName="description"
placeholder="Write a brief description of your activity"
class="form-control"
id="NotesTextarea"
rows="2"></textarea>
Expand Down