Use font size instead of italic for changeset/trace descriptions
This commit is contained in:
parent
41ed1f8e52
commit
fd3c7b23c5
4 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
#<%= link_to_unless_current common_details.version, :controller => "old_#{@type.pluralize}", :action => :show, :version => common_details.version %>
|
||||
</h4>
|
||||
|
||||
<p class="fst-italic">
|
||||
<p class="fs-6">
|
||||
<% if common_details.changeset.tags["comment"].present? %>
|
||||
<%= linkify(common_details.changeset.tags["comment"]) %>
|
||||
<% else %>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
end %>
|
||||
|
||||
<%= tag.li :id => "changeset_#{changeset.id}", :data => { :changeset => changeset_data }, :class => "list-group-item list-group-item-action" do %>
|
||||
<p class="fst-italic">
|
||||
<p class="fs-6">
|
||||
<a class="changeset_id link-body-emphasis stretched-link" href="<%= changeset_path(changeset) %>">
|
||||
<span><%= changeset.tags["comment"].to_s.presence || t("browse.no_comment") %></span>
|
||||
</a>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<%= render "sidebar_header", :title => t(".title", :id => @changeset.id) %>
|
||||
|
||||
<div class="browse-section">
|
||||
<p class="fst-italic">
|
||||
<p class="fs-6">
|
||||
<%= linkify(@changeset.tags["comment"].to_s.presence || t("browse.no_comment")) %>
|
||||
</p>
|
||||
<p class="details"><%= changeset_details(@changeset) %></p>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
:tags => safe_join(trace.tags.collect { |tag| link_to_tag tag.tag }, ", ") %>
|
||||
<% end %>
|
||||
</p>
|
||||
<p class="fst-italic mb-0">
|
||||
<p class="fs-6 mb-0">
|
||||
<%= trace.description %>
|
||||
</p>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue