Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3739)

Side by Side Diff: app/templates/service-constraints-viewlet.partial

Issue 13521043: Inspector visual review changes (Closed)
Patch Set: Inspector visual review changes Created 11 years, 7 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « app/templates/service-configuration.partial ('k') | app/views/viewlets/service-overview.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {{#constraints}} 1 {{#constraints}}
2 <div class="settings-wrapper"> 2 <div class="settings-wrapper">
3 <label for="{{name}}">{{title}}</label> 3 <label for="{{name}}">{{title}}</label>
4 <div> 4 <div>
5 <input class="constraint-field" type="text" name="{{name}}" 5 <input class="constraint-field {{name}}" type="text" name="{{name}}"
6 value="{{value}}" data-bind="constraints.{{name}}" /> 6 value="{{value}}" data-bind="constraints.{{name}}" />
7 {{unit}} 7 {{#if unit }}<span class="text-in-input constraint-label">{{unit}}</span>{ {/if}}
8 </div> 8 </div>
9 {{>conflict-ux}} 9 {{>conflict-ux}}
10 </div> 10 </div>
11 {{/constraints}} 11 {{/constraints}}
OLDNEW
« no previous file with comments | « app/templates/service-configuration.partial ('k') | app/views/viewlets/service-overview.js » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b