-
-
Notifications
You must be signed in to change notification settings - Fork 771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
css: minor refactor #1862
css: minor refactor #1862
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1862 +/- ##
======================================
Coverage 25.6% 25.6%
======================================
Files 129 129
Lines 10471 10471
Branches 1395 1395
======================================
Hits 2681 2681
Misses 7713 7713
Partials 77 77 Continue to review full report at Codecov.
|
@@ -53,9 +53,9 @@ <h5 class="font-subheader">{% trans "About" %}</h5> | |||
<label class="form__label" for=issueURL>{% trans "Github Issue URL" %}</label> | |||
<input name='issueURL' id="issueURL" class="form__input" type="url" placeholder="https://github.com/user/repo/issues/n" value="{% if issueURL %}{{issueURL}}{%endif%}" /> | |||
<label class="form__label" for="title">{% trans "Github Issue Title" %}</label> | |||
<input name='title' id="title" class="form__input" type="text" placeholder="Deploy the Foo to The Bar" value="{{issue_title}}" title="Please update the title in the github issue" readonly/> | |||
<input name='title' id="title" class="form__input" type="text" placeholder="Deploy the Foo to The Bar" value="{{issue_title}}" title="<div class='tooltip-info tooltip-sm'>{% trans "Please update the title in the github issue" %}</div>" readonly/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
free lunch? :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
Description