Sha256: 0857d137090621030fc063537d0d711c3fd0269041c13e0c64a84c6c0ae84b17
Contents?: true
Size: 904 Bytes
Versions: 6
Compression:
Stored size: 904 Bytes
Contents
%h3 Lift.do Data Exporter %form.well.form-horizontal#userForm{'data-bind' => 'submit: login'} .control-group %label.control-label{for: 'inputEmail'} Email .controls %input.input-large#inputEmail{type: 'text', placeholder: 'Email', 'data-bind' => 'value: email'} .control-group %label.control-label{for: 'inputPassword'} Password .controls %input.input-large#inputPassword{type: 'password', placeholder: 'Password', 'data-bind' => 'value: password'} .control-group .controls %button.btn.btn-primary#btnLogin{'data-loading-state' => 'Loading...'} Load Habits %table.table %tbody{'data-bind' => 'foreach: subscriptions()'} %tr %td{'data-bind' => 'text: habit.name'} %td %a.pull-right{'data-bind' => 'attr: {href: "/checkins/" + user.profile_hash() + "/" + habit.id()}'} %i.icon-download-alt Download Checkins
Version data entries
6 entries across 6 versions & 1 rubygems