diff options
| author | ryderr <r@okfoc.us> | 2014-10-29 13:36:03 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-29 13:36:03 -0400 |
| commit | 2757e9b2d7d21228165fcdedd214ecb725fa43d7 (patch) | |
| tree | b5fa18d4ba7a2cd917d49b3c17bee5a30707e7ce /views/controls/reader/about-room.ejs | |
| parent | 4e159d6b08512cd9a2370763ef296bd0111baf7f (diff) | |
| parent | 503c1eb313d01d3a73fac1e31b774749893b55d4 (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'views/controls/reader/about-room.ejs')
| -rw-r--r-- | views/controls/reader/about-room.ejs | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/views/controls/reader/about-room.ejs b/views/controls/reader/about-room.ejs index c0ca9f7..c9ad626 100644 --- a/views/controls/reader/about-room.ejs +++ b/views/controls/reader/about-room.ejs @@ -1,7 +1,7 @@ <div class="aboutRoom vvbox"> <h1> - [[- name ]], - <a href="[[- authorlink ]]">[[- author ]]</a> + <span class="roomName">[[- name ]]</span>, + <a href="[[- authorlink ]]" class="authorName">[[- author ]]</a> </h1> [[ if (description) { ]] <span class="txt">[[- description ]]</span> @@ -11,13 +11,11 @@ <div class="share"> <h2>Share on–</h2> - <a href="#">Facebook</a> - <a href="#">Twitter</a> + <a id="share_facebook">Facebook</a> + <a id="share_twitter">Twitter</a> </div> [[ if (canEdit) { ]] <a href="[[- editlink ]]" class="btn warn marg">Edit Room</a> [[ } ]] </div> - - |
