added span around title text on topic view top cards
This commit is contained in:
parent
8b7017df22
commit
d316df3192
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
<%= image_tag @topic.metacode.icon, :class => 'icon', :size => '50x50' %>
|
<%= image_tag @topic.metacode.icon, :class => 'icon', :size => '50x50' %>
|
||||||
</div>
|
</div>
|
||||||
<div class="focusmiddle">
|
<div class="focusmiddle">
|
||||||
<h1 class="title"><%= @topic.name %> <% if (@topic.permission == "commons" && authenticated?) || @topic.user == user %><%= link_to "[edit]", edit_topic_path(@topic) %><% end %></h1>
|
<h1 class="title"><span class="title-text"><%= @topic.name %></span> <% if (@topic.permission == "commons" && authenticated?) || @topic.user == user %><%= link_to "[edit]", edit_topic_path(@topic) %><% end %></h1>
|
||||||
<div class="desc">
|
<div class="desc">
|
||||||
<p><%= @topic.desc %></p>
|
<p><%= @topic.desc %></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue