File tree 2 files changed +10
-0
lines changed
lib/tilex_web/templates/post
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,10 @@ nav.pagination a:hover {
189
189
.post aside ul a .post__like-link : not (.liked ) .post__like-heart {
190
190
animation : heartbeat 0.5s infinite ease-out alternate;
191
191
}
192
+ .post-cta {
193
+ display : flex;
194
+ justify-content : center;
195
+ }
192
196
ul .post_list li {
193
197
padding : 0.2rem ;
194
198
margin : 0.2rem 0 ;
Original file line number Diff line number Diff line change 4
4
twitter_shareable: assigns [ :twitter_shareable ]
5
5
%>
6
6
7
+ < div class = "post-cta " >
8
+ <%= link ( to: Routes . channel_path ( @ conn , :show , @ post . channel . name ) ) do %>
9
+ See More #<%= @ post . channel . name %> TILs
10
+ <% end %>
11
+ </ div >
12
+
7
13
<%= if TilexWeb.PostView . more_info? ( @ post . channel ) do %>
8
14
< div class = "more-info " >
9
15
<%= render TilexWeb.SharedView , "_#{ @ post . channel . name } .html" %>
You can’t perform that action at this time.
0 commit comments