-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added <p> tags to better support some themes
- Loading branch information
1 parent
86de72c
commit d7bb08c
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
app/overrides/projects/show/project_custom_fields.html.erb.deface
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!-- replace 'ul li:last-of-type' namespaced --> | ||
<div class="custom box"> | ||
<h3 class="cf_<%= custom_field.id %>"><%= custom_field.name %></h3> | ||
<%= formatted %> | ||
<p><%= formatted %></p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!-- replace 'ul li:first-of-type' namespaced --> | ||
<div class="homepage box"> | ||
<h3><%=l(:field_homepage)%></h3> | ||
<%= link_to_if uri_with_safe_scheme?(@project.homepage), @project.homepage, @project.homepage %> | ||
<p><%= link_to_if uri_with_safe_scheme?(@project.homepage), @project.homepage, @project.homepage %></p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters