This repository has been archived by the owner on Sep 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 680
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes directory structure for http2 task
- Loading branch information
benjtinsley
committed
Oct 11, 2017
1 parent
bf4d1de
commit 32bec57
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
extras/http2/src/html/components/example-component/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{% extends 'layouts/application' %} | ||
{%- import 'macros/helpers.html' as macros -%} | ||
{{ macros.css('example-component') }} | ||
|
||
<div class="example-component"> | ||
<p>{{ text }}</p> | ||
<p><strong>{{ caveat }}</strong></p> | ||
<p><a href="#TODO">{{ link }}</a></p> | ||
<p><a href="{{ linkUrl }}">{{ link }}</a></p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
extras/http2/src/stylesheets/components/example-component/_example-component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters