Merge pull request #147 from EduardoRT/master
Fix typo Costum:Custom
Former-commit-id: 24d1a96f9d0f1c753afe11bdce9df1547c03edd0 [formerly 86b1ac303ee66c732d996b449a85ab92721955ee] [formerly 0690b55ef69be1c537776e4390516a5b71fb8e58 [formerly a550cbb493
]]
Former-commit-id: 8d28bb1f438941981d4f494adff6a15969f23bbc [formerly bbece0059cd0f2bbac365d462202024d06920163]
Former-commit-id: 86b5c01504294fbbcfe5059b2f30be9f047e9d7b
pull/726/head
commit
07ee173784
|
@ -14,7 +14,7 @@
|
|||
</form>
|
||||
|
||||
<form @submit="updateCSS">
|
||||
<h2>Costum Stylesheet</h2>
|
||||
<h2>Custom Stylesheet</h2>
|
||||
<textarea v-model="css" name="css"></textarea>
|
||||
<p><input type="submit" value="Update"></p>
|
||||
</form>
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
<textarea v-model.trim="rules"></textarea>
|
||||
|
||||
<h2>Costum Stylesheet</h2>
|
||||
<h2>Custom Stylesheet</h2>
|
||||
|
||||
<textarea name="css"></textarea>
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@ type User struct {
|
|||
// Rules is an array of access and deny rules.
|
||||
Rules []*Rule `json:"rules"`
|
||||
|
||||
// Costum styles for this user.
|
||||
// Custom styles for this user.
|
||||
CSS string `json:"css"`
|
||||
|
||||
// These indicate if the user can perform certain actions.
|
||||
|
|
Loading…
Reference in New Issue