Remove trailing whitespaces and trailing lines
This commit is contained in:
parent
7e0726b1da
commit
3bd06d55e0
80 changed files with 261 additions and 296 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
- if can? current_user, :write_snippet, @project
|
||||
.alert-message.block-message
|
||||
= link_to new_project_snippet_path(@project), :class => "btn small add_new right", :title => "New Snippet" do
|
||||
= link_to new_project_snippet_path(@project), :class => "btn small add_new right", :title => "New Snippet" do
|
||||
Add new snippet
|
||||
Share code pastes with others if it cant be in a git repository
|
||||
%br
|
||||
To add new snippet - click on button.
|
||||
To add new snippet - click on button.
|
||||
|
||||
- unless @snippets.fresh.empty?
|
||||
%table.zebra-striped.borders= render @snippets.fresh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue