diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-28 14:47:08 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-28 14:47:08 +0300 |
| commit | 0d55aa1a4eddd05c5e649836ec51812b9efd6a60 (patch) | |
| tree | 3619de05bfcd7a149247cd198b4b380c3aebe668 /client/templates | |
| parent | 871b89cdf5e0506842236b75947fd2df4747bb2f (diff) | |
Update step names
Diffstat (limited to 'client/templates')
| -rw-r--r-- | client/templates/photos.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/templates/photos.html b/client/templates/photos.html index fae6e20..6a9b9c6 100644 --- a/client/templates/photos.html +++ b/client/templates/photos.html @@ -55,7 +55,7 @@ </template> <template name="step"> - <li id="step{{this}}" class="step">Step {{this}}</li> + <li id="step{{val}}" class="step">{{name}}</li> </template> <template name="photo"> |
