Skip to content

Commit

Permalink
[webui] readd ids important for the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Apr 2, 2012
1 parent 8df10b2 commit 87ae4aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/webui/app/views/package/show.html.erb
Expand Up @@ -6,7 +6,7 @@
<div class="box show_left clearfix">
<div class="grid_7 alpha omega">
<h3 id="package_title"><%=h @package.title %><%= h(@package) if @package.title.to_s.blank? -%></h3>
<pre class="plain"><%= @package.description.text %></pre>
<pre class="plain" id="description"><%= @package.description.text %></pre>
</div>
<div class="grid_3 alpha omega">
<h4>Information</h4>
Expand Down
2 changes: 1 addition & 1 deletion src/webui/app/views/project/show.html.erb
Expand Up @@ -7,7 +7,7 @@
<div class="box show_left clearfix">
<div class="grid_7 alpha omega">
<h3 id="project_title"><%=h @project.title %><%= h( @project ) if @project.title.to_s.blank? -%></h3>
<pre class="plain"><%= @project.description.text %></pre>
<pre class="plain" id="description"><%= @project.description.text %></pre>
</div>
<div class="grid_3 alpha omega">
<h4>Information</h4>
Expand Down

0 comments on commit 87ae4aa

Please sign in to comment.