소스 검색

closes #107

bubble
Ayush Gupta 11 년 전
부모
커밋
2212f73492
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. +5
    -3
      src/main/template/content_type.handlebars

+ 5
- 3
src/main/template/content_type.handlebars 파일 보기

@@ -1,8 +1,10 @@
{{#if supportedContentTypes}}
<label for="contentType"></label>
<select name="contentType">
{{#each supportedContentTypes}}
{{#if supportedContentTypes}}
{{#each supportedContentTypes}}
<option value="{{{this}}}">{{{this}}}</option>
{{/each}}
</select>
{{else}}
<option value="application/json">application/json</option>
{{/if}}
</select>

불러오는 중...
취소
저장