diff --git a/app/views/bids/_bid_homework_show.html.erb b/app/views/bids/_bid_homework_show.html.erb index 7937912e4..a8296165f 100644 --- a/app/views/bids/_bid_homework_show.html.erb +++ b/app/views/bids/_bid_homework_show.html.erb @@ -45,7 +45,7 @@
+ | <%= link_to(bid.author.lastname+bid.author.firstname, user_path(bid.author)) %> @@ -55,6 +55,8 @@ <%= link_to(bid.name, course_for_bid_path(bid), :class => 'bid_path') %> + | +
<% if User.current.logged? && is_cur_course_student(@course) %>
<% cur_user_homework = cur_user_homework_for_bid(bid) %>
@@ -83,8 +85,8 @@
<%end%>
<%= link_to(
- l(:button_edit),
- {:action => 'edit', :controller=>'bids', :course_id =>@course.id, :bid_id => bid.id}
+ l(:button_edit),
+ {:action => 'edit', :controller=>'bids', :course_id =>@course.id, :bid_id => bid.id}
) %>
<%#= link_to(
diff --git a/app/views/stores/index.html.erb b/app/views/stores/index.html.erb
index 6eca2b0bf..e6f795722 100644
--- a/app/views/stores/index.html.erb
+++ b/app/views/stores/index.html.erb
@@ -11,9 +11,15 @@
-
<%=l(:label_attachment)%>
- <%=l(:field_downloads)%>
- <%=l(:button_download)%>
+
+ <%=l(:label_attachment)%>
+
+
+ <%=l(:field_downloads)%>
+
+
+ <%=l(:button_download)%>
+
|