Snippets - fixed after bootstrap
Project - restyled show page, removed info page Repository - restyled show page, added download option Tags - added download options
This commit is contained in:
parent
3d77183c16
commit
4d89322d67
37 changed files with 298 additions and 333 deletions
|
@ -1,12 +1,7 @@
|
|||
%a.update-item{:href => project_snippet_path(snippet.project, snippet)}
|
||||
= image_tag gravatar_icon(snippet.author_email), :class => "left", :width => 40
|
||||
%span.update-title
|
||||
= truncate(snippet.title, :length => 60)
|
||||
%span.update-author
|
||||
%strong= snippet.author_name
|
||||
authored
|
||||
= time_ago_in_words(snippet.created_at)
|
||||
ago
|
||||
.right
|
||||
%span.tag.commit= snippet.file_name
|
||||
|
||||
%li.entry
|
||||
%a{:href => project_snippet_path(snippet.project, snippet)}
|
||||
%p
|
||||
%strong
|
||||
= truncate(snippet.title, :length => 60)
|
||||
%span.right.cgray
|
||||
= snippet.file_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue