Skip to content

Commit

Permalink
Merge pull request #6 from swannysec/master
Browse files Browse the repository at this point in the history
Fixing a Simple Typo
  • Loading branch information
saadkadhi authored Nov 9, 2016
2 parents ae7714c + 80b56d7 commit 2784add
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/app/views/directives/markdown-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a href ng-click="preview()">Preview</a>
</li>
<li class="pull-right">
<a href="http://daringfireball.net/projects/markdown/syntax" target="_blank"><i class="fa fa-question-circle"></i> Mardown Reference</a>
<a href="http://daringfireball.net/projects/markdown/syntax" target="_blank"><i class="fa fa-question-circle"></i> Markdown Reference</a>
</li>
</ul>
<div class="vpad10" ng-show="edition">
Expand Down
2 changes: 1 addition & 1 deletion ui/app/views/directives/updatable-text.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<i class="text-danger glyphicon glyphicon-remove"></i>
</span>
<a class="pull-right" href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet" target="_blank">
<i class="fa fa-question-circle"></i> Mardown Reference</a>
<i class="fa fa-question-circle"></i> Markdown Reference</a>
</div>
</div>
</span>
2 changes: 1 addition & 1 deletion ui/app/views/partials/case/case.tasks.item.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h4 align="left">
<div class="row" ng-show="adding">
<div class="col-md-12">
<div class="clearfix">
<a class="pull-right" href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet" target="_blank"><i class="fa fa-question-circle"></i> Mardown Reference</a>
<a class="pull-right" href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet" target="_blank"><i class="fa fa-question-circle"></i> Markdown Reference</a>
</div>
<!-- <markdown-editor edition="isEditMode" content="newLog.message" placeholder="New log"></markdown-editor> -->
<textarea name="content" class="content-box" markdown-editor="{'iconlibrary': 'fa', addExtraButtons: true, resize: 'vertical'}" rows="10" ng-model="newLog.message"></textarea>
Expand Down

0 comments on commit 2784add

Please sign in to comment.