Skip to content

Commit

Permalink
Update asset-details.jade
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibail committed Sep 11, 2019
1 parent c724c23 commit f052b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/app/partials/asset-details.jade
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
.form-group.row(ng-if="urlLink.type == '.txt'|| urlLink.type == '.mrss'")
label.control-label.text-muted.col-sm-3.text-right: small Optional CSS
.col-sm-6
input.form-control(type='text',name='style' ,placeholder='e.g. color:#eee; font-style:italic;',
input.form-control(type='text',name='style',placeholder='e.g. color:#eee; font-style:italic;',
ng-model='urlLink.style')

.form-group.row(ng-if="urlLink.type == '.txt'")
Expand Down

0 comments on commit f052b1f

Please sign in to comment.