Skip to content

Commit

Permalink
Merge pull request TryGhost#5 from cobbspur/zeldatests
Browse files Browse the repository at this point in the history
Initial fixes for tests on Zelda branch
  • Loading branch information
JohnONolan committed May 19, 2015
2 parents 781b790 + 94fb26d commit d27514e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/client/app/templates/settings/code-injection.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<div class="form-group">
<label for="ghost-head">Blog Header</label>
<p>Code here will be injected into the <code>\{{ghost_head}}</code> tag on every page of your blog</p>
{{gh-cm-editor id="ghost-head" class="gh-input" name="codeInjection[ghost_head]" class="settings-code-editor" type="text" value=model.ghost_head}}
{{gh-cm-editor id="ghost-head" class="gh-input settings-code-editor" name="codeInjection[ghost_head]" type="text" value=model.ghost_head}}
</div>

<div class="form-group">
<label for="ghost-foot">Blog Footer</label>
<p>Code here will be injected into the <code>\{{ghost_foot}}</code> tag on every page of your blog</p>
{{gh-cm-editor id="ghost-foot" class="gh-input" name="codeInjection[ghost_foot]" class="settings-code-editor" type="text" value=model.ghost_foot}}
{{gh-cm-editor id="ghost-foot" class="gh-input settings-code-editor" name="codeInjection[ghost_foot]" type="text" value=model.ghost_foot}}
</div>
</fieldset>
</form>
Expand Down
1 change: 1 addition & 0 deletions core/client/app/views/settings/users/user.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import Ember from 'ember';
import BaseView from 'ghost/views/settings/content-base';

var SettingsUserView = BaseView.extend({
Expand Down

0 comments on commit d27514e

Please sign in to comment.