Minor formatting changes

このコミットが含まれているのは:
Omar Roth 2018-08-17 11:04:38 -05:00
コミット 9a15438c71
11個のファイルの変更12行の追加11行の削除

ファイルの表示

@ -1866,7 +1866,8 @@ get "/api/v1/comments/:id" do |env|
env.response.content_type = "application/json"
next {"title" => reddit_thread.title,
"permalink" => reddit_thread.permalink,
"contentHtml" => content_html}.to_json
"contentHtml" => content_html,
}.to_json
end
end

ファイルの表示

@ -55,4 +55,4 @@
<a href="/channel/<%= ucid %>?page=<%= page + 1 %>">Next page</a>
<% end %>
</div>
</div>
</div>

ファイルの表示

@ -20,4 +20,4 @@
<h5>Shared <%= recode_date(video.published) %> ago</h5>
<% end %>
</div>
</div>
</div>

ファイルの表示

@ -52,4 +52,4 @@
</div>
</fieldset>
</form>
</div>
</div>

ファイルの表示

@ -26,4 +26,4 @@
<body>
<%= rendered "components/player" %>
</body>
</html>
</html>

ファイルの表示

@ -4,4 +4,4 @@
<div class="h-box">
<%= error_message %>
</div>
</div>

ファイルの表示

@ -39,4 +39,4 @@
<a href="/playlist?list=<%= playlist.id %>&page=<%= page + 1 %>">Next page</a>
<% end %>
</div>
</div>
</div>

ファイルの表示

@ -144,4 +144,4 @@ function update_value(element) {
</div>
</fieldset>
</form>
</div>
</div>

ファイルの表示

@ -20,4 +20,4 @@
<div style="text-align:right;" class="pure-u-1 pure-u-md-1-5">
<a href="/search?q=<%= query %>&page=<%= page + 1 %>">Next page</a>
</div>
</div>
</div>

ファイルの表示

@ -33,4 +33,4 @@
<hr>
<% end %>
</div>
<% end %>
<% end %>

ファイルの表示

@ -48,4 +48,4 @@
<a href="/feed/subscriptions?max_results=<%= max_results %>&page=<%= page + 1 %>">Next page</a>
<% end %>
</div>
</div>
</div>