diff options
| author | mo <mokha@cisco.com> | 2017-09-02 15:53:55 -0600 |
|---|---|---|
| committer | mo <mokha@cisco.com> | 2017-09-02 15:53:55 -0600 |
| commit | 69a79609d7dacf25682ed3d899bbc4ea57502401 (patch) | |
| tree | 6eab23b03c86554cc74821ca7a462d483c20795f /app/assets/javascripts/templates/my/tutorials/tutorial.jst.ejs | |
| parent | 3512ca46969571a629602a26ed997ae837574ad8 (diff) | |
move bonebone code for my/* to my/* namespace.
Diffstat (limited to 'app/assets/javascripts/templates/my/tutorials/tutorial.jst.ejs')
| -rw-r--r-- | app/assets/javascripts/templates/my/tutorials/tutorial.jst.ejs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/javascripts/templates/my/tutorials/tutorial.jst.ejs b/app/assets/javascripts/templates/my/tutorials/tutorial.jst.ejs new file mode 100644 index 00000000..255344d7 --- /dev/null +++ b/app/assets/javascripts/templates/my/tutorials/tutorial.jst.ejs @@ -0,0 +1,7 @@ +<a href="#tutorials/<%= id %>" class="float-left"> + <img class="media-object" data-src="<%= image_url %>" alt="64x64" style="width: 64px; height: 64px;" src="<%= image_url %>"> +</a> +<div class="media-body"> + <h4 class="media-heading"><%= heading %></h4> + <%= description %> +</div> |
