Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
c248a97
Link to Open Fixture Library
FloEdelmann Oct 13, 2017
8610528
Merge branch 'master' into patch-1
peternewman Oct 14, 2017
065aabd
add links to each OFL mode
FloEdelmann Oct 15, 2017
44672a2
update Closure build tools and compile app.js
FloEdelmann Oct 17, 2017
9fb1d19
Merge branch 'master' into patch-1
peternewman Oct 27, 2017
c9c2bd7
Merge branch 'master' into patch-1
peternewman Oct 27, 2017
123d415
exclude rdm.js from BUILD
FloEdelmann Nov 26, 2017
2495fff
call closure compiler from Gruntfile
FloEdelmann Nov 26, 2017
70685f0
fix lint and add linter option
FloEdelmann Nov 26, 2017
5d67555
Merge branch 'master' into patch-1
FloEdelmann Nov 26, 2017
ab59937
Merge branch 'master' into patch-1
FloEdelmann Nov 29, 2017
c9a3e28
Merge branch 'master' into patch-1
FloEdelmann Dec 22, 2017
5d6108e
Merge branch 'master' into patch-1
FloEdelmann Dec 29, 2017
6691d41
Merge branch 'master' into patch-1
FloEdelmann Jan 3, 2018
06006ff
Remove double-whitespace
FloEdelmann Jan 3, 2018
436e8a0
Merge branch 'master' into patch-1
FloEdelmann Jan 25, 2018
f40c907
Merge branch 'master' into patch-1
peternewman Jan 27, 2018
61a3515
Add closure-compiler to Travis
peternewman Jan 27, 2018
6872b28
Add closure-compiler to .travis-ci.sh
peternewman Jan 27, 2018
9cb9b2f
fix a lot of Closure compiler warnings
FloEdelmann Jan 27, 2018
b6d625f
source out app.displayCommand to pid_utils.js
FloEdelmann Jan 27, 2018
60a8664
Merge branch 'master' into patch-1
peternewman Jan 27, 2018
051d284
fix requested JSDoc change; set OFL base URL only once
FloEdelmann Jan 27, 2018
8ca247e
Merge branch 'patch-1' of github.com:FloEdelmann/rdm-app into patch-1
FloEdelmann Jan 27, 2018
dbf8743
Ooops, remove debug console.log()
FloEdelmann Jan 27, 2018
b38bd14
construct the URL in Python
FloEdelmann Jan 27, 2018
a5f5897
Merge branch 'master' into patch-1
peternewman Jan 31, 2018
49840d9
Merge branch 'master' into patch-1
FloEdelmann Feb 6, 2018
a089d43
move "fieldset exists?" checks out
FloEdelmann Feb 6, 2018
af0e3de
Merge branch 'master' into patch-1
FloEdelmann Feb 28, 2018
5f76a1d
update JSDoc comment types
FloEdelmann Mar 5, 2018
387be32
Add myself to contributors
FloEdelmann Mar 6, 2018
42dc9f2
Merge branch 'master' into patch-1
peternewman Mar 9, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion templates/display_model.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
</td>
</tr>
{% endif %}
<tr>
<td>Fixture definitions</td>
<td><a href="https://open-fixture-library.herokuapp.com/rdm?manufacturerId={{ manufacturer_id }}&amp;modelId={{ model_id }}&amp;source=olp">View in Open Fixture Library</a></td>
</tr>
<tr>
<td colspan="2">
<div style="display: inline-flex!important;" class="fb-like" data-send="false"
Expand Down Expand Up @@ -141,4 +145,4 @@
}
dirty_fix()
</script>
{% endblock %}
{% endblock %}