Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing a Simple Typo #6

Merged
merged 3 commits into from
Nov 9, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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