File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 1
1
<% title = l(:label_paste_plural) %>
2
-
3
2
<% html_title title %>
4
3
5
4
<% content_for :header_tags do %>
6
5
<style type ="text/css ">
7
- .paste . timestamp {
8
- font-size : 90 % ;
6
+ .paste {
7
+ margin-bottom : 1.5 em ;
9
8
}
10
9
</ style >
11
10
<% end %>
16
15
< p class ="nodata "> <%= l ( :label_no_data ) %> </ p >
17
16
<% else %>
18
17
<% @pastes . each do |paste | %>
19
- < p class ="paste ">
20
- <%= paste_timestamp ( paste ) %> –
18
+ < div class ="paste ">
21
19
<%= link_to_paste paste %> –
22
20
<% unless @project %>
23
21
<%= link_to_project paste . project %> –
24
22
<% end %>
25
- <%= pastebin_language_name ( paste . lang ) %> –
26
- < code > <%= h paste . short_text %> </ code > < br >
27
-
28
- <%= render :partial => "authorship" , :locals => { :paste => paste } % >
29
-
23
+ <%= pastebin_language_name ( paste . lang ) %> < br >
24
+ < div class =" box " >
25
+ < pre > <%= h paste . short_text %> </ pre >
26
+ </ div >
27
+ <%= render :partial => "authorship" , :locals => { :paste => paste } %> < br >
30
28
<%= manage_paste_links ( paste ) %>
31
- </ p >
29
+ </ div >
32
30
<% end %>
33
31
34
32
< p class ="pagination ">
You can’t perform that action at this time.
0 commit comments