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
Next Next commit
feat: TT-580 Missing placeholders
  • Loading branch information
alejandra-ponce committed Mar 10, 2022
commit 40396d85d1ffadf854d3fa56fbf76fc7ab63d3d1
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
formControlName="uri"
id="uri"
type="text"
placeholder="Enter Jira ticket URL"
class="form-control"
aria-label="Small"
aria-describedby="inputGroup-sizing-sm"
Expand Down Expand Up @@ -138,8 +139,14 @@

<div class="form-group text-left">
<label for="NotesTextarea">Description:</label>
<textarea maxlength="1500" formControlName="description" class="form-control" id="NotesTextarea" rows="3">
</textarea>
<textarea
maxlength="1500"
formControlName="description"
placeholder="Write a brief description of your activity"
class="form-control"
id="NotesTextarea"
rows="3"
></textarea>
</div>
</fieldset>
</div>
Expand Down