[docs][xs]: two small bugfixes - download link works with relative links and fix missing backtick in models.markdown.
This commit is contained in:
parent
5d991a4bd7
commit
9d5b010af1
@ -51,7 +51,7 @@
|
||||
</li>
|
||||
<li class="divider-vertical"></li>
|
||||
<li>
|
||||
<a href="/download.html">
|
||||
<a href="{{page.root}}download.html">
|
||||
<i class="icon-download-alt icon-white"></i>
|
||||
Download
|
||||
</a>
|
||||
|
||||
@ -139,7 +139,7 @@ Where the arguments passed in are as follows:
|
||||
|
||||
* `value`: the value of the cell (record value for this field)
|
||||
* `field`: corresponding `Field` object
|
||||
* `record : is the `Record` object (as simple JS object)
|
||||
* `record`: is the `Record` object (as simple JS object)
|
||||
|
||||
Note that implementing functions can ignore arguments (e.g. function(value)
|
||||
would be a valid formatter function).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user