Sha256: bf19d47654f241730526e2fbd05733bfb363f17e7390be76afdd2cb5c550dedf
Contents?: true
Size: 1.95 KB
Versions: 2
Compression:
Stored size: 1.95 KB
Contents
{:uriI"file://app/assets/javascripts/components/surveys/SurveyQuestionsView.html?type=text/html&id=0a3dc4e86f04ab4deac7805cc0b1233d5b23a355afc13f3d3f199677cd6a3c99:ET:load_pathI"app/assets/javascripts;T: filenameI"Gapp/assets/javascripts/components/surveys/SurveyQuestionsView.html;T: nameI"+components/surveys/SurveyQuestionsView;T:logical_pathI"0components/surveys/SurveyQuestionsView.html;T:content_typeI"text/html;T:sourceI"<<div class="container"> <div ui-view> <div class="page-header"> <h1>Survey: `{{survey.data.attributes.name}}` Questions</h1> </div> <button type="button" class="btn btn-default" ng-click="question_new()">Add Question</button> {{language}} <select ng-model="language" name="language" id="language" required class="form-control pull-right"> <option value="en">English</option> <option value="fr">French</option> </select> <table class="table table-hover"> <thead> <tr> <th>Question</th> <th></th> </tr> </thead> <tbody> <tr ng-repeat="datum in questions.data"> <td>{{datum.attributes.text}}</td> <td align="right"> <a ng-click="question_edit(datum.id)" class="btn btn-default" href="#" onclick="return false;">Edit</a> <a ng-click="question_answers(datum.id)" class="btn btn-default" href="#" onclick="return false;">Answers</a> <a ng-click="question_delete(datum.links.self)" class="btn btn-danger" href="#" onclick="return false;">Delete</a> </td> </tr> </tbody> </table> </div> </div> ;T: metadata{ :dependencieso:Set: @hash{ I"environment-version;TTI"environment-paths;TTI"2processors:type=text/html&file_type=text/html;TTI"Ufile-digest://app/assets/javascripts/components/surveys/SurveyQuestionsView.html;TT:charsetI" utf-8;F:digest"%a[Z@c6IBl[X{CG:lengthi<:dependencies_digest"%4S"9o"jpw*o:idI"E0a3dc4e86f04ab4deac7805cc0b1233d5b23a355afc13f3d3f199677cd6a3c99;F: mtimel+TIV
Version data entries
2 entries across 2 versions & 1 rubygems